summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSilvano di Ninno <silvano.dininno@nxp.com>2018-05-17 17:05:19 +0200
committerYe Li <ye.li@nxp.com>2018-05-23 04:15:59 -0700
commit95e018dc7eaf9735337c3aa35a3dc1910a86dbab (patch)
treef5d4d03b8ff8d907593fcda7f1ad919e4cbfc6e5 /include
parent2b00bc79aad84160d5c8fc2aa4a6baba5e67b94d (diff)
MLK-18344: add OP-TEE support for i.Mx 8MM
like for i.MX 8mq ATF passes as argument to u-boot the start and the length of the BL32 firmware. u-boot uses this information to adjust the size of the DDR for linux. Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit e9ec5ea8dbe3d12b40ba22fe36400cfe98e1bd44)
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mm_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h
index 366ee02c3d9..ae1dd6f696d 100644
--- a/include/configs/imx8mm_evk.h
+++ b/include/configs/imx8mm_evk.h
@@ -316,4 +316,6 @@
#endif
+#define CONFIG_OF_SYSTEM_SETUP
+
#endif