make.sh: fix typo

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I71be6a3cd62839b42a23352c52cf9a78783df9eb
This commit is contained in:
Joseph Chen 2020-04-13 18:10:09 +08:00
parent 8032928d6f
commit 9ea9857a3a
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ function pack_arm32_trust_image()
else
./scripts/fit-vboot-uboot.sh --no-vboot --no-rebuild
ls uboot.img trust*.img >/dev/null 2>&1 && rm uboot.img trust*.img -rf
echo "pack uboot.fit (with uboot trust) okay! Input: $ini"
echo "pack uboot.img (with uboot trust) okay! Input: $ini"
fi
}