[coreboot-gerrit] New patch to review for coreboot: samsung/exynos5250: Enable bootblock console

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Jul 31 17:40:34 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11102

-gerrit

commit 961df61bbdaec41d2ba1b5f02b7323f8318cebbc
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Fri Jul 31 17:27:23 2015 +0200

    samsung/exynos5250: Enable bootblock console
    
    Change-Id: I7b177b4c57f8e304167610205196ecfe4beb4fea
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 src/soc/samsung/exynos5250/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/samsung/exynos5250/Kconfig b/src/soc/samsung/exynos5250/Kconfig
index 2008650..c8a8929 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



More information about the coreboot-gerrit mailing list