From 183037de6a2ce68712ddfd99e588ce59402dfdd2 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 17 Nov 2022 12:16:22 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69747 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/arm') 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 -- cgit v1.2.3