Merge pull request #2399 from nxp-upstream/uboot-builddir-change
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

fixup! u-boot-qoriq:Fix do_deploy failure as build path updated in ub…
This commit is contained in:
Otavio Salvador 2025-10-16 08:31:34 -03:00 committed by GitHub
commit 5c82b5cdca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ do_deploy:append:lx2162a () {
then then
if [ "tfa-verified-boot" = "${type}" ];then if [ "tfa-verified-boot" = "${type}" ];then
builddir="${config}-${type}" builddir="${config}-${type}"
install -m 644 ${B}/${builddir/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb install -m 644 ${B}/${builddir}/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb
fi fi
fi fi
done done