/*1* rbtx4938 specific prom routines2* Copyright (C) 2000-2001 Toshiba Corporation3*4* 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the5* terms of the GNU General Public License version 2. This program is6* licensed "as is" without any warranty of any kind, whether express7* or implied.8*9* Support for TX4938 in 2.6 - Manish Lachwani ([email protected])10*/1112#include <linux/init.h>13#include <linux/bootmem.h>14#include <asm/bootinfo.h>15#include <asm/txx9/generic.h>16#include <asm/txx9/rbtx4938.h>1718void __init rbtx4938_prom_init(void)19{20add_memory_region(0, tx4938_get_mem_size(), BOOT_MEM_RAM);21txx9_sio_putchar_init(TX4938_SIO_REG(0) & 0xfffffffffULL);22}232425