From: Breno Lima Date: Fri, 5 Aug 2016 16:33:24 +0000 (-0300) Subject: warp7: Modify fdt_file environment variable X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b66cb5f68fe6431fd1f18cae36c8b669e0d2ffc2;p=bsp%2Fu-boot.git 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 --- diff --git a/include/configs/warp7.h b/include/configs/warp7.h index e59b16c379..91009a8d6b 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" \