make/fit.sh: show itb making process info
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6dc634060044839ebbf545cdb20fa38ee05df04b
This commit is contained in:
parent
ed474e7a97
commit
173a9307d4
2
make.sh
2
make.sh
|
|
@ -649,7 +649,7 @@ function pack_uboot_itb_image()
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./tools/mkimage -f u-boot.its -E u-boot.itb
|
./tools/mkimage -f u-boot.its -E u-boot.itb >/dev/null 2>&1
|
||||||
echo "pack u-boot.itb okay! Input: ${INI}"
|
echo "pack u-boot.itb okay! Input: ${INI}"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,7 @@ function fit_raw_compile()
|
||||||
|
|
||||||
function fit_gen_uboot_itb()
|
function fit_gen_uboot_itb()
|
||||||
{
|
{
|
||||||
./make.sh itb ${ARG_INI_TRUST} >/dev/null 2>&1
|
./make.sh itb ${ARG_INI_TRUST}
|
||||||
check_its ${ITS_UBOOT}
|
check_its ${ITS_UBOOT}
|
||||||
|
|
||||||
if [ "${ARG_SIGN}" != "y" ]; then
|
if [ "${ARG_SIGN}" != "y" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue