summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-17 12:16:22 +0100
committerArthur Heymans <arthur@aheymans.xyz>2024-08-23 10:40:01 +0000
commit183037de6a2ce68712ddfd99e588ce59402dfdd2 (patch)
treea5f1218e822f0a6f07558625a615067e5bae0e28 /src/arch/arm
parente0be23c73394fcde1b26caedc964eba35bdb111c (diff)
arch/arm: Add a few ARM targets as supported by CLANG
Some targets cannot be supported by clang as clang generates slightly larger binaries which the hardware won't accept. This is usually the case with CONFIG_CHROMEOS. Change-Id: I88cf8ce16fb6c61c19d615e396f5871179b06fc8 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69747 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig
index 0829dcbbcb..64fe915c4b 100644
--- a/src/arch/arm/Kconfig
+++ b/src/arch/arm/Kconfig
@@ -2,7 +2,6 @@
config ARCH_ARM
bool
- select CLANG_UNSUPPORTED
config ARCH_BOOTBLOCK_ARM
bool