aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-08-26 08:11:53 +0000
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:59 +0200
commited2ebd8629618b6964fd4bcceba3d69fe139063f (patch)
tree40d434f12f5e7556c6be29f9b36630004bc5b82b /include/configs
parent8f99438b095aaf9b6472a21e2f087483439826da (diff)
downloadu-boot-ed2ebd8629618b6964fd4bcceba3d69fe139063f.zip
u-boot-ed2ebd8629618b6964fd4bcceba3d69fe139063f.tar.gz
u-boot-ed2ebd8629618b6964fd4bcceba3d69fe139063f.tar.bz2
imx8qm: correct fdt_file
imx8qm-mek.dtb is the correct fdt file, not fsl-imx8qxp-mek.dtb Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs')
-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 7a790ef..8690351 100644
--- a/include/configs/imx8qm_mek.h
+++ b/include/configs/imx8qm_mek.h
@@ -64,7 +64,7 @@
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"boot_fdt=try\0" \
- "fdt_file=fsl-imx8qxp-mek.dtb\0" \
+ "fdt_file=imx8qm-mek.dtb\0" \
"initrd_addr=0x83800000\0" \
"initrd_high=0xffffffffffffffff\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \