From e9fc3439a6e909546d9851bac4679a6b08e49511 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Mon, 25 Apr 2016 22:26:59 +0100 Subject: sun50i: fix comment about NS_IMAGE_OFFSET location U-Boot gets loaded at 160MB into the DRAM, not at 128MB. Signed-off-by: Andre Przywara --- plat/sun50iw1p1/sunxi_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/sun50iw1p1/sunxi_def.h b/plat/sun50iw1p1/sunxi_def.h index 8bd9ea3..ac5c36b 100644 --- a/plat/sun50iw1p1/sunxi_def.h +++ b/plat/sun50iw1p1/sunxi_def.h @@ -95,7 +95,7 @@ #define MEMRES_SIZE 0x100000 //1M /* Load address of BL33 in the sunxi */ -#define NS_IMAGE_OFFSET (DRAM1_BASE + 0xA000000) /* DRAM + 128MB */ +#define NS_IMAGE_OFFSET (DRAM1_BASE + 0xA000000) /* DRAM + 160MB */ /* Special value used to verify platform parameters from BL2 to BL3-1 */ #define SUNXI_BL31_PLAT_PARAM_VAL 0x12345678 //0x0f1e2d3c4b5a6978ULL -- cgit v1.2.3