fix do_deploy for VisionFive2

This commit is contained in:
Justin Hammond 2023-04-21 14:11:06 +08:00
parent 650490e644
commit 95bcec122e

View file

@ -45,7 +45,7 @@ do_configure:prepend() {
-d ${WORKDIR}/tftp-mmc-boot.txt ${WORKDIR}/${UBOOT_ENV_BINARY}
}
do_deploy:append:jh7110() {
do_deploy:append:visionfive2() {
install -m 644 ${WORKDIR}/uEnv-visionfive2.txt ${DEPLOYDIR}/vf2_uEnv.txt
spl_tool -c -f ${DEPLOYDIR}/${SPL_IMAGE}
ln -sf ${SPL_IMAGE}.normal.out ${DEPLOYDIR}/${SPL_BINARYNAME}.normal.out