summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek.h
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-04-26 22:17:45 +0300
committerYe Li <ye.li@nxp.com>2018-05-23 04:15:43 -0700
commit0efebadd915a999030c2462be9c714db3ae51895 (patch)
tree9caad3cfac75c54cef7418353c12c806890bfbc5 /include/configs/imx8qm_mek.h
parentb4bda0ae3c5c5be0524148c1bcdfea908da859d6 (diff)
MLK-18172-1: imx8qm_mek: Load hdmi fw before dom0 kernel for xenboot
Xen boot writes ${filesize} to /chosen/module but if HDMI fw is present then the size of hdmitxfw.bin is written instead of the size of dom0 kernel. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> (cherry picked from commit 8823d52896aedf740899c59db3da73f8478c40ed)
Diffstat (limited to 'include/configs/imx8qm_mek.h')
-rw-r--r--include/configs/imx8qm_mek.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h
index 5f9ba9282f..4ed2b5f50e 100644
--- a/include/configs/imx8qm_mek.h
+++ b/include/configs/imx8qm_mek.h
@@ -98,6 +98,7 @@
"xenboot_common=" \
"${get_cmd} ${loadaddr} xen;" \
"${get_cmd} ${fdt_addr} fsl-imx8qm-mek-dom0.dtb;" \
+ "if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;" \
"${get_cmd} ${initrd_addr} ${image};" \
"fdt addr ${fdt_addr};" \
"fdt resize 256;" \