From bb854327716e32a1097712db018e40b67dbddc27 Mon Sep 17 00:00:00 2001 From: kszaq Date: Tue, 20 Feb 2018 20:54:25 +0100 Subject: [PATCH] scripts/mkimage: remove project-specific device tree copy This is already done in project/bootloader/mkimage script. --- scripts/mkimage | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/mkimage b/scripts/mkimage index 9a4e2f4e27..5cb88f7d8c 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -263,11 +263,6 @@ EOF mcopy $RELEASE_DIR/target/KERNEL.md5 "::/$KERNEL_NAME.md5" mcopy $RELEASE_DIR/target/SYSTEM.md5 ::/SYSTEM.md5 - # copy Amlogic device tree image - if [ -f "$RELEASE_DIR/3rdparty/bootloader/dtb.img" ]; then - mcopy $RELEASE_DIR/3rdparty/bootloader/dtb.img :: - fi - elif [ "$BOOTLOADER" = "u-boot" ]; then echo "to make an image using u-boot UBOOT_SYSTEM must be set" cleanup