summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/imx8qm_mek.h')
-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=" \