Re: [U-Boot] [PATCH 04/10] sunxi: Use secure SRAM B for secure RAM for sun9i/A80

2016-11-13 Thread Hans de Goede
Hi, On 09-11-16 11:21, Chen-Yu Tsai wrote: The A80 has a 256 kiB secure SRAM. However the first 4 kiB are reserved for CPU0 hotplug flags. Signed-off-by: Chen-Yu Tsai LGTM: Reviewed-by: Hans de Goede Regards, Hans --- include/configs/sun9i.h | 4 1 file changed, 4 insertions(+)

[U-Boot] [PATCH 04/10] sunxi: Use secure SRAM B for secure RAM for sun9i/A80

2016-11-09 Thread Chen-Yu Tsai
The A80 has a 256 kiB secure SRAM. However the first 4 kiB are reserved for CPU0 hotplug flags. Signed-off-by: Chen-Yu Tsai --- include/configs/sun9i.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/sun9i.h b/include/configs/sun9i.h index cd9e08d8b1b9..e751c5e05c14 10064