SERIAL_POST was renamed to CONSOLE_POST a while ago
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 15 Feb 2011 00:23:05 +0000 (00:23 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 15 Feb 2011 00:23:05 +0000 (00:23 +0000)
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6362 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/cimx_wrapper/sb800/bootblock.c

index 5e66f8ba41cd44336af4a25657b717a65e2f4c71..2136c348a640e3846ce52afbe0e2c01278e16d7b 100644 (file)
@@ -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)