From 824b51c917ef8b06b1c396e28878ad4ca8ef96d8 Mon Sep 17 00:00:00 2001 From: Alexey Firago Date: Tue, 7 Mar 2023 20:47:10 +0000 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb b/recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb index 99cc282d..f2887d08 100644 --- a/recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb +++ b/recipes-bsp/u-boot/u-boot-starfive_v2021.10.bb @@ -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