summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-07-31 17:27:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-08-08 12:06:32 +0200
commit6de27da32e100729108529e5c4824d87120522ef (patch)
tree01252c5d53aa3a44a0cb7bb802adb22f9f1b5501 /src
parent4d7cf0bb47f776d0952058435854069cb64cd2da (diff)
downloadcoreboot-6de27da32e100729108529e5c4824d87120522ef.tar.gz
coreboot-6de27da32e100729108529e5c4824d87120522ef.tar.bz2
coreboot-6de27da32e100729108529e5c4824d87120522ef.zip
samsung/exynos5250: Enable bootblock console
Change-Id: I7b177b4c57f8e304167610205196ecfe4beb4fea Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/11102 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/samsung/exynos5250/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5250/Kconfig b/src/soc/samsung/exynos5250/Kconfig
index 2008650f0e77..c8a89293ae1d 100644
--- a/src/soc/samsung/exynos5250/Kconfig
+++ b/src/soc/samsung/exynos5250/Kconfig
@@ -6,5 +6,6 @@ config CPU_SAMSUNG_EXYNOS5250
select HAVE_MONOTONIC_TIMER
select GENERIC_UDELAY
select HAVE_UART_SPECIAL
+ select BOOTBLOCK_CONSOLE
bool
default n