Skip to content

Commit

Permalink
bsp: u-boot-ostree-scr-fit: adapt imx6ulevk/imx6ullevk boot.cmd fdt file
Browse files Browse the repository at this point in the history
The path changes on kernel 6.6 from devicetree.dtb to nxp/imx/devicetree.dtb

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and angolini committed Jan 7, 2025
1 parent 4249992 commit aa15fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
run findfdt
echo "Using ${fdt_file}"

setenv fdt_file_final ${fdt_file}
setenv fdt_file_final nxp_imx_${fdt_file}

# Default boot type and device
setenv bootlimit 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
run findfdt
echo "Using ${fdt_file}"

setenv fdt_file_final ${fdt_file}
setenv fdt_file_final nxp_imx_${fdt_file}

# Default boot type and device
setenv bootlimit 3
Expand Down

0 comments on commit aa15fe9

Please sign in to comment.