]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
warp7: Modify fdt_file environment variable
authorBreno Lima <breno.lima@nxp.com>
Fri, 5 Aug 2016 16:33:24 +0000 (13:33 -0300)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Aug 2016 20:41:12 +0000 (17:41 -0300)
Use imx7s-warp.dts as fdt_file because this is the name that upstream
kernel will deploy.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
include/configs/warp7.h

index e59b16c3794676cb8ffed2607bb7178d2c80817f..91009a8d6be4723d844436fd5a52a53f8c6ce8ed 100644 (file)
@@ -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" \