mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/mkimage: drop dt-blob.bin handling
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
8065dff7d3
commit
bc4943e203
@ -198,10 +198,6 @@ EOF
|
||||
mcopy "${RELEASE_DIR}/3rdparty/bootloader/config.txt" ::
|
||||
mcopy "${RELEASE_DIR}/3rdparty/bootloader/distroconfig.txt" ::
|
||||
|
||||
if [ -f "${RELEASE_DIR}/3rdparty/bootloader/dt-blob.bin" ]; then
|
||||
mcopy "${RELEASE_DIR}/3rdparty/bootloader/dt-blob.bin" ::
|
||||
fi
|
||||
|
||||
for dtb in "${RELEASE_DIR}/3rdparty/bootloader/"*.dtb ; do
|
||||
if [ -f "${dtb}" ]; then
|
||||
mcopy "${dtb}" ::/$(basename "${dtb}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user