From ab0d687fc5ab7fb07e7c383c10902b586415c9bf Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Sun, 3 Nov 2019 22:43:58 +0100 Subject: mb/supermicro/x11-lga1151-series: drop console guard in bootblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To make debugging possible in a fallback setup, the serial console must be set up in bootblock, thus drop the guard. Change-Id: If0dd3c03ba52b4936eb234e6b2b61bb5ce044fcd Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/36602 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/supermicro/x11-lga1151-series/bootblock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/supermicro/x11-lga1151-series/bootblock.c') diff --git a/src/mainboard/supermicro/x11-lga1151-series/bootblock.c b/src/mainboard/supermicro/x11-lga1151-series/bootblock.c index fe76512de1..75afd2ead1 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/bootblock.c +++ b/src/mainboard/supermicro/x11-lga1151-series/bootblock.c @@ -32,8 +32,7 @@ static void early_config_gpio(void) static void early_config_superio(void) { const pnp_devfn_t serial_dev = PNP_DEV(0x2e, AST2400_SUART1); - if (CONFIG(CONSOLE_SERIAL)) - aspeed_enable_serial(serial_dev, CONFIG_TTYS0_BASE); + aspeed_enable_serial(serial_dev, CONFIG_TTYS0_BASE); } void bootblock_mainboard_early_init(void) -- cgit v1.2.3