summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-10-01 08:50:49 -0500
committerFrank Li <Frank.Li@nxp.com>2018-10-09 16:19:20 -0500
commit221caa43e79204dba34be7d42b8c7fed104e2e64 (patch)
tree0876d973e0cf76c8049b5280bcd3d1d4a322fbbd /include
parenta5000879500a1fc2db2cf98cc3a161a5cf5f793a (diff)
MLK-19767-1: imx7ulp: configs: Enable DEFAULT_FDT_FILE
Specify the default dtb file for kernel boot per i.MX7ULP board config. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Frank Li <Frank.li@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx7ulp_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index bbb7cb287d..fd5c6716f7 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -105,7 +105,7 @@
"console=ttyLP0\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
- "fdt_file=imx7ulp-evk.dtb\0" \
+ "fdt_file=" CONFIG_DEFAULT_FDT_FILE ".dtb\0" \
"fdt_addr=0x63000000\0" \
"tee_addr=0x64000000\0" \
"tee_file=uTee-7ulp\0" \