diff mbox

[U-Boot,v2] warp7: Modify fdt_file environment variable

Message ID 1470661058-3417-1-git-send-email-breno.lima@nxp.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima Aug. 8, 2016, 12:57 p.m. UTC
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>
---
Changes since v1:
- Remove 1/2 from the Subject

 include/configs/warp7.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Aug. 8, 2016, 1:16 p.m. UTC | #1
On Mon, Aug 8, 2016 at 9:57 AM, Breno Lima <breno.lima@nxp.com> wrote:
> 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>

Thanks for the fix:

Acked-by: Fabio Estevam <fabio.estevam@nxp.com>
Fabio Estevam Aug. 26, 2016, 12:45 p.m. UTC | #2
Hi Stefano,

On Mon, Aug 8, 2016 at 10:16 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Mon, Aug 8, 2016 at 9:57 AM, Breno Lima <breno.lima@nxp.com> wrote:
>> 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>
>
> Thanks for the fix:
>
> Acked-by: Fabio Estevam <fabio.estevam@nxp.com>

Could this one be applied?

Thanks
diff mbox

Patch

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" \