Re: [PATCH v3 26/29] efi: arm: Disable STATIC_RELA for the EFI app

2025-02-10 Thread Tom Rini
On Sat, Feb 08, 2025 at 07:01:25PM -0700, Simon Glass wrote: > 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 Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3 26/29] efi: arm: Disable STATIC_RELA for the EFI app

2025-02-08 Thread Simon Glass
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 --- (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 a55ba6b