make.sh: remove unused files
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I7be96a805c265b0790f2959e4de3c7313837eed6
This commit is contained in:
parent
4dbccc141e
commit
8032928d6f
5
make.sh
5
make.sh
|
|
@ -476,9 +476,10 @@ function pack_uboot_image()
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
${RKTOOLS}/loaderimage --pack --uboot u-boot.bin uboot.img ${uboot_load_addr} ${PLATFORM_UBOOT_IMG_SIZE}
|
${RKTOOLS}/loaderimage --pack --uboot u-boot.bin uboot.img ${uboot_load_addr} ${PLATFORM_UBOOT_IMG_SIZE}
|
||||||
ls u-boot.img u-boot-dtb.img >/dev/null 2>&1 && rm u-boot.img u-boot-dtb.img -rf
|
|
||||||
echo "pack uboot okay! Input: u-boot.bin"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ls u-boot.img u-boot-dtb.img >/dev/null 2>&1 && rm u-boot.img u-boot-dtb.img -rf
|
||||||
|
echo "pack uboot okay! Input: u-boot.bin"
|
||||||
}
|
}
|
||||||
|
|
||||||
function pack_uboot_itb_image()
|
function pack_uboot_itb_image()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue