mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts/mkimage: Include Amlogic device tree into SD-card image
This commit is contained in:
parent
c1de385e10
commit
0fbb9d1b38
@ -251,6 +251,11 @@ elif [ "$BOOTLOADER" = "u-boot" ]; then
|
|||||||
mcopy "$dtb" ::/$(basename "$dtb")
|
mcopy "$dtb" ::/$(basename "$dtb")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# copy Amlogic device tree image
|
||||||
|
if [ -f "$RELEASE_DIR/3rdparty/bootloader/dtb.img" ]; then
|
||||||
|
mcopy $RELEASE_DIR/3rdparty/bootloader/dtb.img ::
|
||||||
|
fi
|
||||||
fi # bootloader
|
fi # bootloader
|
||||||
|
|
||||||
# extract part2 from image to format and copy files
|
# extract part2 from image to format and copy files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user