1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

arm-bsp/edk2-firmware: allow clang builds on juno

This now works, so there's no need to restrict it to gcc.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2022-12-06 13:10:19 +00:00
parent 391265fe3f
commit 1bdc38cdb7
@@ -3,7 +3,3 @@ EDK2_PLATFORM_DSC = "Platform/ARM/JunoPkg/ArmJuno.dsc"
EDK2_BIN_NAME = "BL33_AP_UEFI.fd"
COMPATIBLE_MACHINE = "juno"
# As of 2022-06-14 with 2022.05, clang builds fail:
# "The required fv image size 0x104048 exceeds the set fv image size 0xf9000"
TOOLCHAIN = "gcc"