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/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/riscv') diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index 1849335386..9a35cf29ff 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -7,6 +7,7 @@ config ARCH_BOOTBLOCK_RISCV default n select ARCH_RISCV select BOOTBLOCK_CUSTOM + select C_ENVIRONMENT_BOOTBLOCK config ARCH_VERSTAGE_RISCV bool -- cgit v1.2.3