summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-07-05 16:33:07 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:08:39 +0300
commit7431f9c0cb8d99e9d1a5afda1ef2f479c9445a79 (patch)
tree604ea4e7985c21d2b5bb56c275b1e3d855d08e1a
parentedf7e1fa1d3047ef17bb9f6b7b12777b5d68d78b (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/imx/imx8mq/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8mq/include/platform_def.h b/plat/imx/imx8mq/include/platform_def.h
index 32d5839d..960c1b15 100644
--- a/plat/imx/imx8mq/include/platform_def.h
+++ b/plat/imx/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