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>
Reviewed-by: Tom Rini <tr...@konsulko.com>
---

(no changes since v1)

 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c654a94f795..db8758e6dfe 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

Reply via email to