summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_evk.h
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-10-01 08:50:49 -0500
committerShenwei Wang <shenwei.wang@nxp.com>2018-10-01 09:13:42 -0500
commit3fba1c1a76cadfe0177e61a85eac3da10ee086e0 (patch)
tree820f4e572053ced553bfa56e12cc7a8efb2590b0 /include/configs/mx7ulp_evk.h
parent6bb52962ea928647c609bf23df9454f14bf46f15 (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/configs/mx7ulp_evk.h')
-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" \