summaryrefslogtreecommitdiff
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-09 01:53:50 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:24:31 -0700
commite9c0b02d2a486671dd40633b9e454f796d479691 (patch)
treea7a21d6e0b80b4900d892c796f4990098e2dbde5 /include/configs/mx6_common.h
parent5dfcb6dac51ca930cfec0f2e128c4b0b3e70396b (diff)
MLK-17123 imx: add tee environment variable
Add tee environment variable to fix mfgtool/uuu bootcmd error Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 2604fd8bdcd0c36d17899b01f370fd4507cea33e) Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit e8f86c28bdb867a2d020a02140722661ebbae467) (cherry picked from commit 0b4e421e230ae478150c893f93daa6836e60ffd2)
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index d2fff267c9..fea1b7f831 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -64,4 +64,9 @@
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
#endif
+#ifdef CONFIG_IMX_OPTEE
+#define TEE_ENV "tee=yes\0"
+#else
+#define TEE_ENV "tee=no\0"
+#endif
#endif