Skip to content
Snippets Groups Projects
Commit ed395226 authored by Breno Lima's avatar Breno Lima Committed by Stefano Babic
Browse files

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: default avatarBreno Lima <breno.lima@nxp.com>
Acked-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 693779e3
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"console=ttymxc0\0" \ "console=ttymxc0\0" \
"fdt_high=0xffffffff\0" \ "fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \
"fdt_file=imx7d-warp.dtb\0" \ "fdt_file=imx7s-warp.dtb\0" \
"fdt_addr=0x83000000\0" \ "fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \ "boot_fdt=try\0" \
"ip_dyn=yes\0" \ "ip_dyn=yes\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment