From 1bdc38cdb7fd1e8d2a5f0e1a36062bd17c1f2978 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 6 Dec 2022 13:10:19 +0000 Subject: [PATCH] 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 --- meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc b/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc index aac0d1cb..44613f13 100644 --- a/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc +++ b/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc @@ -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"