diff --git a/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c b/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c index 5e66f8ba41..2136c348a6 100644 --- a/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c +++ b/src/southbridge/amd/cimx_wrapper/sb800/bootblock.c @@ -22,7 +22,7 @@ #include -#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)