Skip to content

Commit

Permalink
u-boot-starfive: vf2: Rename uEnv.txt on deploy
Browse files Browse the repository at this point in the history
Deploy uEnv.txt as vf2_uEnv.txt. This file is expected by the
Starfive U-Boot.

Signed-off-by: Alexey Firago <alexey.firago@gmail.com>
  • Loading branch information
a-firago committed Mar 7, 2023
1 parent e6453a8 commit 824b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do_configure:prepend() {
}

do_deploy:append:visionfive2() {
install -m 644 ${WORKDIR}/uEnv-visionfive2.txt ${DEPLOYDIR}/uEnv.txt
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
ln -sf ${SPL_IMAGE}.normal.out ${DEPLOYDIR}/${SPL_SYMLINK}.normal.out
Expand Down

0 comments on commit 824b51c

Please sign in to comment.