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:
Joseph Chen 2020-12-16 18:19:04 +08:00 committed by Jianhong Chen
parent ed474e7a97
commit 173a9307d4
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ function pack_uboot_itb_image()
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
}

View File

@ -189,7 +189,7 @@ function fit_raw_compile()
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}
if [ "${ARG_SIGN}" != "y" ]; then