Commit 3449a8ec authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: do not break build if there is no dtb for RPi4

parent 0ad52441
......@@ -16,7 +16,7 @@ for uboot in $uboots; do
done
# copy actualy dtb
cp /boot/dtb/bcm27*-rpi-*.dtb /boot/efi/
cp /boot/dtb/bcm27*-rpi-*.dtb /boot/efi/ || :
rm -f /boot/efi/config.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment