From ee464b17ced5a4e85327bb11b42a663213393903 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 2 Oct 2015 18:01:18 -0700 Subject: console: Simplify bootblock console Kconfig selection logic Instead of depending BOOTBLOCK_CONSOLE on a set of architectures, allow the arch or platform to specify whether it can provide a C environment. This simplifies the selection logic. Change-Id: Ia3e41796d9aea197cee0a073acce63761823c3aa Signed-off-by: Alexandru Gagniuc Reviewed-on: https://review.coreboot.org/12871 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm64') diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index 21bbc9b939..4f4b33b077 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -6,6 +6,7 @@ config ARCH_BOOTBLOCK_ARM64 bool default n select ARCH_ARM64 + select C_ENVIRONMENT_BOOTBLOCK config ARCH_VERSTAGE_ARM64 bool -- cgit v1.2.3