]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/config.mk
pxa: add support for D- and I- caches
[u-boot] / arch / arm / config.mk
index 8fa57ecfd8dfc5eeb559591d993cf8fa6380ff95..9af6c37218e9ee46f74be23e8dace155f1fd113c 100644 (file)
@@ -122,6 +122,10 @@ ifdef CONFIG_OF_EMBED
 OBJCOPYFLAGS += -j .dtb.init.rodata
 endif
 
+ifdef CONFIG_EFI_LOADER
+OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel
+endif
+
 ifneq ($(CONFIG_IMX_CONFIG),)
 ifdef CONFIG_SPL
 ifndef CONFIG_SPL_BUILD