To support running TF-A on A733 SoC, config 0x62000 of SRAM as the load and run address.
Signed-off-by: Yixun Lan <[email protected]> --- Note, the address can be altered to other value, for example, moving it to the DDR address space. The only requirement is that load and run address should be matched. --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index c0b4fdaa370..d16ffddf482 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -259,6 +259,7 @@ config SUNXI_BL31_BASE default 0x40000000 if MACH_SUN50I_H616 default 0x00104000 if SUN50I_GEN_H6 default 0x00054000 if MACH_SUN55I_A523 + default 0x00062000 if MACH_SUN60I_A733 default 0x0 help Address where BL31 (TF-A) is loaded, or zero if BL31 is not used. -- 2.51.2

