Author: stepan
Date: Tue Feb 15 01:23:05 2011
New Revision: 6362
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6362

Log:
SERIAL_POST was renamed to CONSOLE_POST a while ago
Signed-off-by: Stefan Reinauer <stefan.reina...@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reina...@coreboot.org>

Modified:
   trunk/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c

Modified: trunk/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c
==============================================================================
--- trunk/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c    Tue Feb 15 
01:14:32 2011        (r6361)
+++ trunk/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c    Tue Feb 15 
01:23:05 2011        (r6362)
@@ -22,7 +22,7 @@
 #include <arch/romcc_io.h>
 
 
-#if CONFIG_SERIAL_POST == 1
+#if CONFIG_CONSOLE_POST == 1
 
 /* Data */
 #define UART_RBR 0x00
@@ -51,7 +51,7 @@
 
 #define UART_LCS       CONFIG_TTYS0_LCS
 
-#endif // CONFIG_SERIAL_POST == 1
+#endif // CONFIG_CONSOLE_POST == 1
 
 
 static void sb800_enable_rom(void)

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to