diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-04-18 13:00:49 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2024-10-02 09:19:21 +0000 |
commit | 5c46b6bd019243eb7237cbbfcf00f63247c61dad (patch) | |
tree | e68264c3bc977f2831714c1e2e666f8cc07569b4 /src/arch/arm64 | |
parent | 00783211c06419ec984f8b47115267e5af9104e9 (diff) |
arch/arm64: Add Clang as supported target
QEMU aarch64 boots to payload when compiled with clang.
Change-Id: I940a1ccf5cc4ec7bed5b6c8be92fc47922e1e747
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74501
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r-- | src/arch/arm64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index ea7b5aae71..af5050b21b 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -2,7 +2,6 @@ config ARCH_ARM64 bool - select CLANG_UNSUPPORTED config ARCH_BOOTBLOCK_ARM64 bool |