mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
fix do_deploy for VisionFive2
This commit is contained in:
parent
650490e644
commit
95bcec122e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue