mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix fdtfile double rockchip path when reverting overlay
This commit is contained in:
@@ -51,7 +51,7 @@ for overlay_file in ${user_overlays}; do
|
||||
done
|
||||
if test "${overlay_error}" = "true"; then
|
||||
echo "Error applying DT overlays, restoring original DT"
|
||||
load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtb/rockchip/${fdtfile}
|
||||
load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtb/${fdtfile}
|
||||
else
|
||||
if load ${devtype} ${devnum} ${load_addr} ${prefix}dtb/rockchip/overlay/${overlay_prefix}-fixup.scr; then
|
||||
echo "Applying kernel provided DT fixup script (${overlay_prefix}-fixup.scr)"
|
||||
|
||||
Reference in New Issue
Block a user