mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
u-boot-starfive: vf2: Rename uEnv.txt on deploy
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>
This commit is contained in:
parent
2294b6ced3
commit
a73da9374f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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
|
||||
|
|
Loading…
Add table
Reference in a new issue