efi: arm: Add an EFI app for arm64
Introduce an EFI app for arm64 and update the documentation. Provide a value for LOAD_ADDR to avoid a link error. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
1
Kconfig
1
Kconfig
@@ -551,6 +551,7 @@ config SYS_LOAD_ADDR
|
||||
default 0x12000000 if ARCH_MX6 && !(MX6SL || MX6SLL || MX6SX || MX6UL || MX6ULL)
|
||||
default 0x80800000 if ARCH_MX7
|
||||
default 0x90000000 if FSL_LSCH2 || FSL_LSCH3
|
||||
default 0x02000000 if ARCH_EFI
|
||||
default 0x0 if ARCH_SC5XX
|
||||
help
|
||||
Address in memory to use as the default safe load address.
|
||||
|
||||
Reference in New Issue
Block a user