summaryrefslogtreecommitdiff
path: root/include/configs/imx8qxp_mek.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-11 14:38:46 +0800
committerPeng Fan <peng.fan@nxp.com>2018-10-12 13:35:38 +0800
commit865e28dda6d6a88ee1b20168f73139f336eb1467 (patch)
treefb6c6217eefa3fa62e22eac68b5ac0f0c45b8293 /include/configs/imx8qxp_mek.h
parent29e880eec00b6c7b6071ea358a6c855d9833c0a9 (diff)
MLK-19882 imx8qm/qxp: introduce dom0fdt_file env
Introduce dom0fdt_file env to let user could change the dom0 dtb file. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 3d99b1667943658dafd4c3f5d98bab027aab9346)
Diffstat (limited to 'include/configs/imx8qxp_mek.h')
-rw-r--r--include/configs/imx8qxp_mek.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h
index 66ab254998..5871935aa5 100644
--- a/include/configs/imx8qxp_mek.h
+++ b/include/configs/imx8qxp_mek.h
@@ -170,9 +170,10 @@
"xenlinux_bootargs= \0" \
"xenlinux_console=hvc0 earlycon=xen\0" \
"xenlinux_addr=0x85000000\0" \
+ "dom0fdt_file=fsl-imx8qxp-mek-dom0.dtb\0" \
"xenboot_common=" \
"${get_cmd} ${loadaddr} xen;" \
- "${get_cmd} ${fdt_addr} fsl-imx8qxp-mek-dom0.dtb;" \
+ "${get_cmd} ${fdt_addr} ${dom0fdt_file};" \
"${get_cmd} ${xenlinux_addr} ${image};" \
"fdt addr ${fdt_addr};" \
"fdt resize 256;" \