[U-Boot] [PATCH v4 10/11] sun5i: add defines used by the PSCI code

Antoine Tenart antoine.tenart at free-electrons.com
Sun Apr 30 13:29:55 UTC 2017


The sun5i SoCs can take advantage of the newly introduce PSCI suspend
function. Add defines used by the PSCI code.

Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
---
 include/configs/sun5i.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/sun5i.h b/include/configs/sun5i.h
index ec8f3199ba34..6927c21363fb 100644
--- a/include/configs/sun5i.h
+++ b/include/configs/sun5i.h
@@ -18,6 +18,8 @@
 
 #define CONFIG_SUNXI_USB_PHYS	2
 
+#define CONFIG_ARMV7_SECURE_BASE	SUNXI_SRAM_A1_BASE
+
 /*
  * Include common sunxi configuration where most the settings are
  */
-- 
2.11.0



More information about the U-Boot mailing list