From 4e45d60523f5b179614e178e95fbd3f707bf8120 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Mon, 20 Apr 2020 20:05:36 +0800 Subject: [PATCH] make.sh: remove file before build Signed-off-by: Joseph Chen Change-Id: Ic87dc270a8e090c21eaae643cd9edb9e22cac767 --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 012792526f..deb450c217 100755 --- a/make.sh +++ b/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 }