This feature should not be used with the app, since we don't know where U-Boot will be loaded. Disable it.
Signed-off-by: Simon Glass <s...@chromium.org> --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b032aac4caa..26168670e5c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -142,7 +142,7 @@ config GICV3_SUPPORT_GIC600 config STATIC_RELA bool - default y if ARM64 + default y if ARM64 && !EFI_APP config DMA_ADDR_T_64BIT bool -- 2.43.0