make.sh: pack uboot.img as first order

Change-Id: I4bb55f8cedf476be5cd3418650c970c10d1d0069
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-02-02 21:28:48 +08:00
parent 5b081643b1
commit d93242f238
1 changed files with 1 additions and 1 deletions

View File

@ -158,6 +158,6 @@ make ${BOARD}_defconfig O=${DSTDIR}/out
select_toolchain
make CROSS_COMPILE=${TOOLCHAIN_GCC} all --jobs=${JOB} O=${DSTDIR}/out
fixup_chip_name
pack_loader_image
pack_uboot_image
pack_loader_image
pack_trust_image