scripts: fit: move its file to fit/
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If8b887ebaf63573b3c7c414873e038c1f67e4111
This commit is contained in:
parent
a7560f55a3
commit
3ed9fa58e7
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue