]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/txx9/rbtx4938/prom.c
MIPS: TXx9: Improve handling of built-in and command-line args
[linux-2.6-omap-h63xx.git] / arch / mips / txx9 / rbtx4938 / prom.c
index ee189519ce5a6bf92ebaea66650fbd64d0afc5df..bcb469247e8c4ffa024a616ab9f5154e9ef616a1 100644 (file)
@@ -18,8 +18,6 @@
 
 void __init rbtx4938_prom_init(void)
 {
-#ifndef CONFIG_TX4938_NAND_BOOT
-       prom_init_cmdline();
-#endif
        add_memory_region(0, tx4938_get_mem_size(), BOOT_MEM_RAM);
+       txx9_sio_putchar_init(TX4938_SIO_REG(0) & 0xfffffffffULL);
 }