Attention is currently required from: Julius Werner.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69747 )
Change subject: arch/arm: Buildtest all arm targets with clang ......................................................................
arch/arm: Buildtest all arm targets with clang
Change-Id: I88cf8ce16fb6c61c19d615e396f5871179b06fc8 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/arm/Kconfig 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/69747/1
diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig index ed838a5..5ae0a57 100644 --- a/src/arch/arm/Kconfig +++ b/src/arch/arm/Kconfig @@ -1,5 +1,6 @@ config ARCH_ARM bool + select ARCH_SUPPORTS_CLANG
config ARCH_BOOTBLOCK_ARM bool