arm-rpi4: Fix 98-bootstrap-boot-by-firmware

- Return 0 at the end of the script
This commit is contained in:
Anton Midyukov 2020-07-31 01:40:11 +07:00
parent e82687dc95
commit 0f846a311b

View File

@ -41,3 +41,5 @@ EOF
# Enable bootloading without u-boot
sh -x rpi4-boot-nouboot $kflavour
exit 0