From 173a9307d44cd0d44f9f44042cda92a33b7ae5de Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Wed, 16 Dec 2020 18:19:04 +0800 Subject: [PATCH] make/fit.sh: show itb making process info Signed-off-by: Joseph Chen Change-Id: I6dc634060044839ebbf545cdb20fa38ee05df04b --- make.sh | 2 +- scripts/fit.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index ee1815e79e..d9c010d097 100755 --- a/make.sh +++ b/make.sh @@ -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 } diff --git a/scripts/fit.sh b/scripts/fit.sh index c222f47f81..cd541c2b93 100755 --- a/scripts/fit.sh +++ b/scripts/fit.sh @@ -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