make.sh: fix typo
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I71be6a3cd62839b42a23352c52cf9a78783df9eb
This commit is contained in:
parent
8032928d6f
commit
9ea9857a3a
2
make.sh
2
make.sh
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue