From mboxrd@z Thu Jan 1 00:00:00 1970 From: Icenowy Zheng Date: Wed, 7 Jun 2017 08:47:15 +0800 Subject: [U-Boot] [RFC PATCH 2/8] sunxi: add configuration of secure SRAM for A83T In-Reply-To: <20170607004721.24194-1-icenowy@aosc.io> References: <20170607004721.24194-1-icenowy@aosc.io> Message-ID: <20170607004721.24194-3-icenowy@aosc.io> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de A83T has some secure SRAM that can be used to place the PSCI code. Add the configuration of them. Signed-off-by: Icenowy Zheng --- 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