Skip to content

Commit

Permalink
scripts/mkimage: use 256MB system partition for all platforms
Browse files Browse the repository at this point in the history
closes #3677
  • Loading branch information
stefansaraev committed Dec 9, 2014
1 parent 2c64c37 commit ae42436
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/mkimage
Expand Up @@ -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 ))
Expand Down

0 comments on commit ae42436

Please sign in to comment.