[U-Boot] [PATCH 1/2] warp7: Modify fdt_file environment variable
Breno Lima
breno.lima at nxp.com
Mon Aug 8 14:30:17 CEST 2016
Use imx7s-warp.dts as fdt_file because this is the name that upstream
kernel will deploy.
Signed-off-by: Breno Lima <breno.lima at nxp.com>
---
include/configs/warp7.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index e59b16c..91009a8 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" \
--
2.7.4
More information about the U-Boot
mailing list