make.sh: remove file before build

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ic87dc270a8e090c21eaae643cd9edb9e22cac767
This commit is contained in:
Joseph Chen 2020-04-20 20:05:36 +08:00 committed by Jianhong Chen
parent 2d1531fa31
commit 4e45d60523
1 changed files with 1 additions and 1 deletions

View File

@ -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
}