summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/imx/imx8dxl/platform.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat/imx/imx8dxl/platform.mk b/plat/imx/imx8dxl/platform.mk
index 25856dc1..55299f34 100644
--- a/plat/imx/imx8dxl/platform.mk
+++ b/plat/imx/imx8dxl/platform.mk
@@ -36,6 +36,10 @@ include plat/imx/common/sci/sci_api.mk
USE_COHERENT_MEM := 1
RESET_TO_BL31 := 1
+ENABLE_CPU_DYNAMIC_RETENTION := 1
+$(eval $(call add_define,ENABLE_CPU_DYNAMIC_RETENTION))
+ENABLE_L2_DYNAMIC_RETENTION := 1
+$(eval $(call add_define,ENABLE_L2_DYNAMIC_RETENTION))
BL32_BASE ?= 0x96000000
$(eval $(call add_define,BL32_BASE))