make.sh: remove file before build
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ic87dc270a8e090c21eaae643cd9edb9e22cac767
This commit is contained in:
parent
2d1531fa31
commit
4e45d60523
2
make.sh
2
make.sh
|
|
@ -711,8 +711,8 @@ function pack_fit_image()
|
|||
if grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
|
||||
./scripts/fit-vboot.sh $*
|
||||
else
|
||||
./scripts/fit-vboot-uboot.sh --no-vboot --no-rebuild
|
||||
rm uboot.img trust*.img -rf
|
||||
./scripts/fit-vboot-uboot.sh --no-vboot --no-rebuild
|
||||
echo "pack uboot.img (with uboot trust) okay! Input: $ini"
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue