diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-07-31 17:27:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-08 12:06:32 +0200 |
commit | 6de27da32e100729108529e5c4824d87120522ef (patch) | |
tree | 01252c5d53aa3a44a0cb7bb802adb22f9f1b5501 /src/soc/samsung | |
parent | 4d7cf0bb47f776d0952058435854069cb64cd2da (diff) |
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/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5250/Kconfig b/src/soc/samsung/exynos5250/Kconfig index 2008650f0e..c8a89293ae 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 |