Remove uart_init() in Siemens sitemp-g1p1
authorPatrick Georgi <patrick.georgi@secunet.com>
Thu, 12 May 2011 06:53:52 +0000 (06:53 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 12 May 2011 06:53:52 +0000 (06:53 +0000)
uart_init() was moved to common code in r6531, but I
missed that when integrating the new mainboard code.

Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Patrick Georgi <patrick.georgi@secunet.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6568 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/siemens/sitemp_g1p1/romstage.c

index 423bf36691c88b45a7dbd9f33f0fe690c23ff74f..64e1bc73eab384b53083497a067fe3791a9a7919 100644 (file)
@@ -244,7 +244,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        it8712f_enable_serial(0, CONFIG_TTYS0_BASE);
        it8712f_kill_watchdog(); 
 
-       uart_init();
        console_init();
 #if defined(DUMP_CMOS_RAM) && (DUMP_CMOS_RAM == 1)
        check_cmos();  // rebooting in case of corrupted cmos !!!!!