summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-17 12:13:35 +0100
committerMartin L Roth <gaumless@gmail.com>2022-11-30 16:52:23 +0000
commit4403c56ea2262f84429bba144c555e065748a998 (patch)
treef4f53d977ca009e4575fe75e920604f96209088a
parentb24f48db7dcc3baa580fa547c6b7b717ae718228 (diff)
downloadcoreboot-4403c56ea2262f84429bba144c555e065748a998.tar.gz
coreboot-4403c56ea2262f84429bba144c555e065748a998.tar.bz2
coreboot-4403c56ea2262f84429bba144c555e065748a998.zip
arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCK
TESTED: google/vilboz boots with clang build. Change-Id: Ie115c27b4cb0b8f83d7647bdd27ffcbac9376399 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69746 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index ef08f5628ef0..f7b92506f54e 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -33,7 +33,7 @@ config ARCH_ALL_STAGES_X86_32
select ARCH_VERSTAGE_X86_32 if !VBOOT_STARTS_BEFORE_BOOTBLOCK
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
- select ARCH_SUPPORTS_CLANG if !VBOOT_STARTS_BEFORE_BOOTBLOCK
+ select ARCH_SUPPORTS_CLANG
# stage selectors for x64