diff options
Diffstat (limited to 'src/mainboard/opencellular/elgon')
-rw-r--r-- | src/mainboard/opencellular/elgon/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/opencellular/elgon/bootblock.c b/src/mainboard/opencellular/elgon/bootblock.c index 9dfd1b8ba3..c7f2639d4d 100644 --- a/src/mainboard/opencellular/elgon/bootblock.c +++ b/src/mainboard/opencellular/elgon/bootblock.c @@ -31,7 +31,7 @@ void bootblock_mainboard_early_init(void) /* Turn off error LED */ gpio_output(ELGON_GPIO_ERROR_LED, 0); - if (IS_ENABLED(CONFIG_BOOTBLOCK_CONSOLE)) { + if (CONFIG(BOOTBLOCK_CONSOLE)) { if (!uart_is_enabled(CONFIG_UART_FOR_CONSOLE)) uart_setup(CONFIG_UART_FOR_CONSOLE, CONFIG_TTYS0_BAUD); } |