
7 Jun
2017
7 Jun
'17
2:47 a.m.
A83T has some secure SRAM that can be used to place the PSCI code.
Add the configuration of them.
Signed-off-by: Icenowy Zheng icenowy@aosc.io --- include/configs/sun8i.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 47f2813240..c6ba2a0c87 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -21,6 +21,7 @@ #define CONFIG_SUNXI_USB_PHYS 4 #elif defined CONFIG_MACH_SUN8I_A83T #define CONFIG_SUNXI_USB_PHYS 3 + #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE #elif defined CONFIG_MACH_SUN8I_V3S #define CONFIG_SUNXI_USB_PHYS 1 #else
--
2.12.2