Increase size of /boot for pinebookpro, rock64, and rockpro64

Size of two recent kernels and initramfs images exceeds 256M.
This commit is contained in:
Tim Sandquist 2023-02-26 10:02:58 -06:00 committed by classabbyamp
parent 9027ab13cd
commit 85f8bcf2c6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ esac
# fit at least 2 Kernels + initramfs
case "$PLATFORM" in
pinebookpro*|rock64*|rockpro64*)
: "${BOOT_FSSIZE:=256MiB}"
: "${BOOT_FSSIZE:=512MiB}"
;;
esac
# By default we build all platform images with a 256MiB boot partition