summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-08-23 04:40:58 -0500
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:14 +0800
commit1d01cec0296d56ba8436941864d8da81013e0732 (patch)
treecc46c6c0a092aca04b25003a7598e99514de4382 /include
parent9277316c4f6ceb331cd923482ff7117e287b6704 (diff)
MLK-16246 imx8mq_evk: Update DTB to disable DCSS and HDMI for mfgtool
When booting for mfgtool, we need to disable DCSS and HDMI since the HDMI firmware won't be loaded by mfgtool. Add the detect in u-boot and update the DTB. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mq_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index fe8d775173..9dfba26b07 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -271,6 +271,8 @@
#define CONFIG_CMD_EXT2
#endif
+#define CONFIG_OF_SYSTEM_SETUP
+
#if defined(CONFIG_ANDROID_SUPPORT)
#include "imx8mq_evk_android.h"
#endif