From f86baf3e903ddd81369b9ef7605fb5463498cbff Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 15 Jan 2019 00:05:46 +0100 Subject: soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE Add a new Kconfig NO_BOOTBLOCK_CONSOLE to disable the BOOTBLOCK_CONSOLE option completely. The commit message of fbb11cf (ARM: Separate the early console (romstage) from the bootblock console.) states that it doesn't work before romstage on Exynos 5420. Change-Id: I9b56a52f2555b5233300f27031a9ef50e7ab7cea Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/30926 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/console/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/Kconfig b/src/console/Kconfig index 82f7441f3a..61ba667d59 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -1,8 +1,11 @@ menu "Console" +config NO_BOOTBLOCK_CONSOLE + bool + config BOOTBLOCK_CONSOLE bool "Enable early (bootblock) console output." - depends on C_ENVIRONMENT_BOOTBLOCK + depends on C_ENVIRONMENT_BOOTBLOCK && !NO_BOOTBLOCK_CONSOLE default y help Use console during the bootblock if supported -- cgit v1.2.3