Fix FAT partition size.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-08 15:18:31 +00:00
parent 9fcdd5a3c9
commit ea904d2c76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282638

View file

@ -11,7 +11,7 @@ KERNEL="WANDBOARD-QUAD"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x11000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
FAT_SIZE="17m"
FAT_SIZE="50m"
FAT_TYPE="16 -b 16384"
MD_ARGS="-x 63 -y 255"
NODOC=1