summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBreno Lima <[email protected]>2016-08-08 09:57:38 -0300
committerStefano Babic <[email protected]>2016-09-06 18:22:48 +0200
commited39522680873db35edabdb8325575d9fd08c756 (patch)
tree9c06d8d3211793481b0be008d826b82f2f634615 /include
parent693779e3713701e5b06afc4540faeaef1841f254 (diff)
warp7: Modify fdt_file environment variable
Use imx7s-warp.dts as fdt_file because this is the name that upstream kernel will deploy. Signed-off-by: Breno Lima <[email protected]> Acked-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/warp7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 57a8123d2ee..12f49fdabf1 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -39,7 +39,7 @@
"console=ttymxc0\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
- "fdt_file=imx7d-warp.dtb\0" \
+ "fdt_file=imx7s-warp.dtb\0" \
"fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \