From b6ed4990f519a1ec73d38108065c7d56841ad3b0 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 11 Oct 2018 17:13:25 +0800 Subject: 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 Reviewed-by: Ye Li (cherry picked from commit 0681ed943c1a00012a8f15e104048f48f2e1fcbe) --- include/configs/imx8qm_mek.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=" \ -- cgit v1.2.3