summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-25 22:26:59 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:29:47 +0100
commite9fc3439a6e909546d9851bac4679a6b08e49511 (patch)
tree404ede276bc2ffd4fa57d98b1a57007b0d210c0e /plat/sun50iw1p1
parent37e89b786cbf86f7998e10feceb3c725ab00b6d4 (diff)
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 <andre.przywara@arm.com>
Diffstat (limited to 'plat/sun50iw1p1')
-rw-r--r--plat/sun50iw1p1/sunxi_def.h2
1 files changed, 1 insertions, 1 deletions
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