summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/sunxi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/sun50iw1p1/sunxi_def.h')
-rw-r--r--plat/sun50iw1p1/sunxi_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/sun50iw1p1/sunxi_def.h b/plat/sun50iw1p1/sunxi_def.h
index ac5c36b..4c8e375 100644
--- a/plat/sun50iw1p1/sunxi_def.h
+++ b/plat/sun50iw1p1/sunxi_def.h
@@ -63,7 +63,7 @@
//monitor area(atf+scp)
#define SUNXI_TRUSTED_MONITOR_BASE 0x40000000
-#define SUNXI_TRUSTED_MONITOR_SIZE (2<<20) //2MB
+#define SUNXI_TRUSTED_MONITOR_SIZE (64 << 10) /* 64 KByte */
//sec os area
#define SUNXI_TRUSTED_DRAM_BASE 0x40200000
@@ -73,7 +73,7 @@
#define SUNXI_TRUSTED_RAM_SIZE 0x01000000 //total 16M
//atf code limit
-#define SUNXI_TRUSTED_MONITOR_LIMIT (SUNXI_TRUSTED_MONITOR_BASE + (1<<20)) //1M
+#define SUNXI_TRUSTED_MONITOR_LIMIT (SUNXI_TRUSTED_MONITOR_BASE + SUNXI_TRUSTED_MONITOR_SIZE)
/* 4KB shared memory */