From 3ed9fa58e797a4c8ed9fca23dea22bbe9c07fb40 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Mon, 13 Jul 2020 20:10:52 +0800 Subject: [PATCH] scripts: fit: move its file to fit/ Signed-off-by: Joseph Chen Change-Id: If8b887ebaf63573b3c7c414873e038c1f67e4111 --- scripts/fit-mkimg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/fit-mkimg.sh b/scripts/fit-mkimg.sh index 8b8d0666c6..d44c376dbf 100755 --- a/scripts/fit-mkimg.sh +++ b/scripts/fit-mkimg.sh @@ -302,6 +302,7 @@ function fit_gen_uboot_itb() fi rm -f u-boot.itb u-boot.img u-boot-dtb.img + mv ${ITS_UBOOT} ${FIT_DIR} } function fit_gen_boot_itb() @@ -389,6 +390,8 @@ function fit_gen_boot_itb() fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,exponent-BN 0x0 fi fi + + mv ${ITS_BOOT} ${FIT_DIR} } function fit_gen_uboot_img()