Bump the image size for BANANAPI and CUBIEBOARD2 to 1.5G, as

1G is no longer large enough.

Reported by:	manu
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-07-27 13:37:21 +00:00
parent ae69ad884d
commit b16b5f8ddc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321619
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6"
EMBEDDEDPORTS="sysutils/u-boot-bananapi"
KERNEL="GENERIC"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
IMAGE_SIZE="1536M"
PART_SCHEME="MBR"
FAT_SIZE="32m -b 1m"
FAT_TYPE="16"

View file

@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6"
EMBEDDEDPORTS="sysutils/u-boot-cubieboard2"
KERNEL="GENERIC"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
IMAGE_SIZE="1536M"
PART_SCHEME="MBR"
FAT_SIZE="32m -b 1m"
FAT_TYPE="16"