Skip to content

Commit

Permalink
Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
Browse files Browse the repository at this point in the history
to full filesystem.  This makes the size of the arm64 SoC images
consistent with armv6 and armv7.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
gjb authored and gjb committed Mar 21, 2019
1 parent e9037b6 commit b0493d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release/arm64/PINE64-LTS.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-pine64-lts"
FAT_SIZE="54m -b 1m"
FAT_TYPE="16"
IMAGE_SIZE="2560M"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
Expand Down
2 changes: 1 addition & 1 deletion release/arm64/PINE64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-pine64"
FAT_SIZE="54m -b 1m"
FAT_TYPE="16"
IMAGE_SIZE="2560M"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
Expand Down
2 changes: 1 addition & 1 deletion release/arm64/PINEBOOK.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-pinebook"
FAT_SIZE="54m -b 1m"
FAT_TYPE="16"
IMAGE_SIZE="2560M"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
Expand Down
2 changes: 1 addition & 1 deletion release/arm64/RPI3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-rpi3 sysutils/rpi-firmware"
FAT_SIZE="50m -b 1m"
FAT_TYPE="16"
IMAGE_SIZE="2560M"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
Expand Down

0 comments on commit b0493d4

Please sign in to comment.