aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung/stumpy/early_init.c
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2019-11-24 17:36:38 -0600
committerNico Huber <nico.h@gmx.de>2019-11-25 19:02:37 +0000
commit2b297d92a78373358c0a0e304a8e41098e2da795 (patch)
treef9d8d9e8c7a8d0baa1926c913cd6b5e42ac885f7 /src/mainboard/samsung/stumpy/early_init.c
parenta9b1a72a8f3e2aa968180fb7cb76b0441d6bb0df (diff)
mb/samsung: remove header guards for SuperIO
SuperIO header needs to be included regardless of Kconfig option, otherwise compilation fails due to missing prototype for try_enabling_LPC47N207_uart() if DRIVERS_UART_8250IO is not set. Change-Id: I0eda4aee2cbb114bde33e862940a64675469693d Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37183 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/samsung/stumpy/early_init.c')
-rw-r--r--src/mainboard/samsung/stumpy/early_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/samsung/stumpy/early_init.c b/src/mainboard/samsung/stumpy/early_init.c
index 7fca8adfcc..157fdf18e4 100644
--- a/src/mainboard/samsung/stumpy/early_init.c
+++ b/src/mainboard/samsung/stumpy/early_init.c
@@ -29,9 +29,7 @@
#include <northbridge/intel/sandybridge/raminit_native.h>
#include <southbridge/intel/bd82x6x/pch.h>
#include <southbridge/intel/common/gpio.h>
-#if CONFIG(DRIVERS_UART_8250IO)
#include <superio/smsc/lpc47n207/lpc47n207.h>
-#endif
/* Stumpy USB Reset Disable defined in cmos.layout */
#if CONFIG(USE_OPTION_TABLE)