From 8065dff7d312879039c11433a1c08abbef6b5849 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 28 Sep 2020 21:01:39 +0200 Subject: [PATCH] scripts/image: drop dt-blob.bin handling Signed-off-by: Matthias Reichl --- scripts/image | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/image b/scripts/image index 82d833141e..c522bec778 100755 --- a/scripts/image +++ b/scripts/image @@ -407,7 +407,6 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then cp -PR ${INSTALL}/usr/share/bootloader/bootcode.bin ${RELEASE_DIR}/${NOOBS_DISTRO}/System/ cp -PR ${INSTALL}/usr/share/bootloader/fixup.dat ${RELEASE_DIR}/${NOOBS_DISTRO}/System/ cp -PR ${INSTALL}/usr/share/bootloader/start.elf ${RELEASE_DIR}/${NOOBS_DISTRO}/System/ - [ -f ${INSTALL}/usr/share/bootloader/dt-blob.bin ] && cp -PR ${INSTALL}/usr/share/bootloader/dt-blob.bin ${RELEASE_DIR}/${NOOBS_DISTRO}/System/dt-blob.bin # Copy system files cp ${TARGET_IMG}/${IMAGE_NAME}.system ${RELEASE_DIR}/${NOOBS_DISTRO}/System/SYSTEM