scripts: fit: move its file to fit/

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: If8b887ebaf63573b3c7c414873e038c1f67e4111
This commit is contained in:
Joseph Chen 2020-07-13 20:10:52 +08:00
parent a7560f55a3
commit 3ed9fa58e7
1 changed files with 3 additions and 0 deletions

View File

@ -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()