From 9bbfafbef89aef741e123349d5f2e1100eefd154 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 18 Feb 2024 14:02:35 +0100 Subject: Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also sets a good default in arch and vboot to have a separate romstage when it makes sense. Signed-off-by: Arthur Heymans Change-Id: I09ab5f8c79917bf93c9d5c9dfd157c652478b186 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80580 Reviewed-by: Nico Huber Reviewed-by: Maximilian Brune Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 0c11653675..63f71e5127 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -251,8 +251,9 @@ config BOOTBLOCK_SIMPLE bool "Always load fallback" config BOOTBLOCK_NORMAL - select CONFIGURABLE_CBFS_PREFIX bool "Switch to normal if CMOS says so" + select CONFIGURABLE_CBFS_PREFIX + select SEPARATE_ROMSTAGE endchoice -- cgit v1.2.3