From 3bc543a5c320b7edb67e8951c8e7a897a01af8a9 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Mon, 8 Feb 2016 17:46:31 -0800 Subject: arch/x86: Change how BOOTBLOCK_CUSTOM is selected by default Currently x86s select BOOTBLOCK_CUSTOM by default. With this change BOOTBLOCK_CUSTOM is selected only if C bootblock isn't. Change-Id: I218f3b4044175b89697790c82c384b0f85a27ade Signed-off-by: Andrey Petrov Reviewed-on: https://review.coreboot.org/13642 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 49f940acd1..889e811aee 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -24,7 +24,7 @@ config ARCH_BOOTBLOCK_X86_32 bool default n select ARCH_X86 - select BOOTBLOCK_CUSTOM + select BOOTBLOCK_CUSTOM if !C_ENVIRONMENT_BOOTBLOCK config ARCH_VERSTAGE_X86_32 bool @@ -44,7 +44,7 @@ config ARCH_BOOTBLOCK_X86_64 bool default n select ARCH_X86 - select BOOTBLOCK_CUSTOM + select BOOTBLOCK_CUSTOM if !C_ENVIRONMENT_BOOTBLOCK config ARCH_VERSTAGE_X86_64 bool -- cgit v1.2.3