u-boot-dey: move symlinks to imx-boot-folder

Move symlinks to u-boot artifacts created on u-boot.inc to
imx-boot-tools folder.

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2019-08-30 10:50:42 +02:00
parent e907f124aa
commit 9c065b39c2
1 changed files with 1 additions and 0 deletions

View File

@ -177,4 +177,5 @@ do_deploy_append_ccimx8x() {
# U-Boot images are not bootable on the i.MX8X
install -d ${DEPLOYDIR}/${BOOT_TOOLS}
mv ${DEPLOYDIR}/u-boot* ${DEPLOYDIR}/${BOOT_TOOLS}/
mv ${DEPLOYDIR}/${UBOOT_SYMLINK}-* ${DEPLOYDIR}/${BOOT_TOOLS}/
}