summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2018-07-09 14:25:32 +0800
committerBai Ping <ping.bai@nxp.com>2018-07-20 17:44:25 +0800
commit3278759d99e76a51193479ef2e38ab2353b875c0 (patch)
tree27eb879899551e20f9e011a2fe88961547225de6
parenta8950cc0c6e08bd399d492c5925f0d9464369ccd (diff)
PLAT: imx: Change the bl31 base address to 0x920000 for imx8mm
On i.MX8MM, the OCRAM's last 128K is dedicated for ATF, so move bl31 to this memory region. BuildInfo: - IMX-MKIMAGE: ee5ad91b Signed-off-by: Bai Ping <ping.bai@nxp.com>
-rw-r--r--plat/imx/imx8mm/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8mm/include/platform_def.h b/plat/imx/imx8mm/include/platform_def.h
index 47cbb579..c67f5216 100644
--- a/plat/imx/imx8mm/include/platform_def.h
+++ b/plat/imx/imx8mm/include/platform_def.h
@@ -22,7 +22,7 @@
#define PLAT_WAIT_RET_STATE 1
#define PLAT_STOP_OFF_STATE 3
-#define BL31_BASE 0x910000
+#define BL31_BASE 0x920000
#define BL31_LIMIT 0x940000
#define BL32_BASE 0xbe000000