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:
gjb 2015-10-01 00:34:38 +00:00
parent 9cef5cac68
commit de77c32b3d
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