summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-07-05 16:33:07 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-07-12 23:33:10 +0800
commitb9203f537493c92255bb427f5e2b8e0c64e5ae61 (patch)
tree315941e1015787da833445e27d1b5d052b1bed85
parenta12ffa2beb0cadbcca096ce062854ce52bf10c48 (diff)
imx8mq: change back BL31_LIMIT to 0x40020000
Change back BL31_LIMIT to 0x40020000, because TZC380 could not support 4K aligned address. Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--plat/freescale/imx8mq/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/freescale/imx8mq/include/platform_def.h b/plat/freescale/imx8mq/include/platform_def.h
index 32d5839d..960c1b15 100644
--- a/plat/freescale/imx8mq/include/platform_def.h
+++ b/plat/freescale/imx8mq/include/platform_def.h
@@ -20,7 +20,7 @@
#define PLAT_MAX_RET_STATE 1
#define BL31_BASE 0x40001000
-#define BL31_LIMIT 0x40021000
+#define BL31_LIMIT 0x40020000
/* non-secure uboot base */
#define PLAT_NS_IMAGE_OFFSET 0x40021000