Fix FAT_SIZE by removing '-b' argument passing, which was

a result of my misunderstanding on what Crochet was doing
in this case for these boards.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-10-01 00:34:38 +00:00
parent 5c5948ac30
commit 869cbfdb71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288433
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ KERNEL="A20"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
FAT_SIZE="32m -b 1m"
FAT_SIZE="32m"
FAT_TYPE="16"
MD_ARGS="-x 63 -y 255"
NODOC=1

View File

@ -11,7 +11,7 @@ KERNEL="CUBIEBOARD"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
FAT_SIZE="32m -b 1m"
FAT_SIZE="32m"
FAT_TYPE="16"
MD_ARGS="-x 63 -y 255"
NODOC=1

View File

@ -11,7 +11,7 @@ KERNEL="A20"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
FAT_SIZE="32m -b 1m"
FAT_SIZE="32m"
FAT_TYPE="16"
MD_ARGS="-x 63 -y 255"
NODOC=1