summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-01-23 01:40:41 -0800
committerYe Li <ye.li@nxp.com>2019-01-24 18:38:07 -0800
commit2f8269b3d8d1f2db8746ec05266a16c151af4a09 (patch)
tree16c264c2f6f4ed722ae02239865d2be100559d41 /include/configs
parent9eea20302266639d28655fa557c6b2759fd5856f (diff)
MLK-20794-3 imx8qxp_arm2: Using CONFIG_DEFAULT_FDT_FILE for kernel FDT
Since different ARM2/Validation boards use different kernel FDT, configure them to CONFIG_DEFAULT_FDT_FILE in defconfig Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8qxp_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8qxp_arm2.h b/include/configs/imx8qxp_arm2.h
index d43f9b94da..0bcc264653 100644
--- a/include/configs/imx8qxp_arm2.h
+++ b/include/configs/imx8qxp_arm2.h
@@ -204,7 +204,7 @@
"cntr_addr=0x88000000\0" \
"cntr_file=os_cntr_signed.bin\0" \
"boot_fdt=try\0" \
- "fdt_file=fsl-imx8qxp-lpddr4-arm2.dtb\0" \
+ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \