summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-11 17:13:25 +0800
committerPeng Fan <peng.fan@nxp.com>2018-10-12 13:35:43 +0800
commitb6ed4990f519a1ec73d38108065c7d56841ad3b0 (patch)
treedb3b559927717b2cc428e21cd885fd95d35b82c8
parent865e28dda6d6a88ee1b20168f73139f336eb1467 (diff)
MLK-19890 configs: imx8qm_mek: create partition before loading hdmi firmware
After loading hdmi firmware, create partition, HDMI power domain will be off, this will cause HDMI firmware being lost. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 0681ed943c1a00012a8f15e104048f48f2e1fcbe)
-rw-r--r--include/configs/imx8qm_mek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h
index 3e32b42da8..d8ba38cece 100644
--- a/include/configs/imx8qm_mek.h
+++ b/include/configs/imx8qm_mek.h
@@ -163,6 +163,7 @@
"xenboot_common=" \
"${get_cmd} ${loadaddr} xen;" \
"${get_cmd} ${fdt_addr} ${dom0fdt_file};" \
+ "scu_rm dtb ${fdt_addr};" \
"if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;" \
"if ${get_cmd} ${hdprx_addr} ${hdprx_file}; then; hdprx load ${hdprx_addr}; fi;" \
"${get_cmd} ${xenlinux_addr} ${image};" \
@@ -171,7 +172,6 @@
"fdt set /chosen/module@0 reg <0x00000000 ${xenlinux_addr} 0x00000000 0x${filesize}>; " \
"fdt set /chosen/module@0 bootargs \"${bootargs} ${xenlinux_bootargs}\"; " \
"setenv bootargs ${xenhyper_bootargs};" \
- "scu_rm dtb ${fdt_addr};" \
"booti ${loadaddr} - ${fdt_addr};" \
"\0" \
"xennetboot=" \