summaryrefslogtreecommitdiff
path: root/plat/imx/imx8mq
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2017-08-02 09:21:33 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:08:39 +0300
commit33a7fa4220b8b99430adce131d4b1005a967ac55 (patch)
tree30224c7cec847c8deb7ff0ff33c00fd6dee010ae /plat/imx/imx8mq
parentbe07f3cd5951283fc0f06f92b79f04e1f22823a4 (diff)
relocate the xlat_table section into ocram_s
On i.MX8MQ, we may need to run ATF in ocram space, but the ocram space is limited, can NOT put all the sections into it, so move the xlat_table section into OCRAM_S. Signed-off-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'plat/imx/imx8mq')
-rw-r--r--plat/imx/imx8mq/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/imx/imx8mq/platform.mk b/plat/imx/imx8mq/platform.mk
index 4297c1b4..1327ab0c 100644
--- a/plat/imx/imx8mq/platform.mk
+++ b/plat/imx/imx8mq/platform.mk
@@ -27,3 +27,5 @@ USE_COHERENT_MEM := 0
MULTI_CONSOLE_API := 1
RESET_TO_BL31 := 1
ERROR_DEPRECATED := 1
+XLAT_TABLE_IN_OCRAM_S := 1
+$(eval $(call add_define,XLAT_TABLE_IN_OCRAM_S))