[PATCH 30/32] efi: arm: Use EFI flags for all compilation with the app
Simon Glass
sjg at chromium.org
Mon Feb 3 18:42:23 CET 2025
As opposed to the payload, which is built normally with just an EFI
stub, the app is build homogenously using EFI flags. Update
PLATFORM_CPPFLAGS to enable this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/cpu/armv8/config.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv8/config.mk b/arch/arm/cpu/armv8/config.mk
index d2d1a8d2bc2..cf0b89819d5 100644
--- a/arch/arm/cpu/armv8/config.mk
+++ b/arch/arm/cpu/armv8/config.mk
@@ -23,5 +23,6 @@ CPPFLAGS_REMOVE_crt0-efi-aarch64.o += $(CFLAGS_NON_EFI)
CPPFLAGS_crt0-efi-aarch64.o += $(CFLAGS_EFI)
ifeq ($(CONFIG_EFI_APP),y)
+PLATFORM_CPPFLAGS += $(CFLAGS_EFI)
LDSCRIPT := $(LDSCRIPT_EFI)
endif
--
2.43.0
More information about the U-Boot
mailing list