diff --git a/scripts/mkimage b/scripts/mkimage index 949de90970..1da5c30b81 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -27,11 +27,7 @@ OE_TMP=$(mktemp -d) LOOP=$(losetup -f) - if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then - SYSTEM_SIZE=128 - else - SYSTEM_SIZE=256 - fi + SYSTEM_SIZE=256 STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 ! DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))