summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvano di Ninno <silvano.dininno@nxp.com>2018-05-18 11:02:47 +0200
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:33:03 +0300
commitb21783f0968e2c17de59956d8bb59dd7ca133b7c (patch)
tree9a625098623766387eb2b2fff53dd2bed12c6532
parentd5158f18b0b6e13760eb92afeff0a4129f63de4b (diff)
plat: imx8mm: cleanup platform.mk
cleanup XLAT and STACK defines the OCRAM size for ATF is big enough for i.MX 8mm there is no need to move code to OCRAM_S Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com> Acked-by: Jacky Bai <ping.bai@nxp.com>
-rw-r--r--plat/imx/imx8mm/platform.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/plat/imx/imx8mm/platform.mk b/plat/imx/imx8mm/platform.mk
index 70439c44..b3c50c9a 100644
--- a/plat/imx/imx8mm/platform.mk
+++ b/plat/imx/imx8mm/platform.mk
@@ -32,10 +32,8 @@ USE_COHERENT_MEM := 0
MULTI_CONSOLE_API := 1
RESET_TO_BL31 := 1
ERROR_DEPRECATED := 1
-#XLAT_TABLE_IN_OCRAM_S := 1
-#STACK_IN_OCRAM_S := 1
+
ifneq (${SPD},none)
$(eval $(call add_define,TEE_IMX8))
endif
-#$(eval $(call add_define,XLAT_TABLE_IN_OCRAM_S))
-#$(eval $(call add_define,STACK_IN_OCRAM_S))
+