arm-rpi4: copy actualy dtb for last kernel

This commit is contained in:
Anton Midyukov 2021-12-08 21:14:59 +07:00
parent f35d6500a2
commit e066586cba

View File

@ -15,6 +15,9 @@ for uboot in $uboots; do
mv /boot/efi/{kernel7.img,uboot-$uboot.bin}
done
# copy actualy dtb
cp /boot/dtb/bcm27*-rpi-*.dtb /boot/efi/
rm -f /boot/efi/config.txt
[ "$GLOBAL_ARCH" = aarch64 ] && \