summaryrefslogtreecommitdiff
path: root/plat/imx/imx8dxl/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/imx8dxl/platform.mk')
-rw-r--r--plat/imx/imx8dxl/platform.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/plat/imx/imx8dxl/platform.mk b/plat/imx/imx8dxl/platform.mk
index fcd3c430..25856dc1 100644
--- a/plat/imx/imx8dxl/platform.mk
+++ b/plat/imx/imx8dxl/platform.mk
@@ -36,6 +36,13 @@ include plat/imx/common/sci/sci_api.mk
USE_COHERENT_MEM := 1
RESET_TO_BL31 := 1
+
+BL32_BASE ?= 0x96000000
+$(eval $(call add_define,BL32_BASE))
+
+BL32_SIZE ?= 0x2000000
+$(eval $(call add_define,BL32_SIZE))
+
ifeq (${SPD},trusty)
BL31_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1
endif