release: arm: Format FAT partition as FAT16

r332674 raised the size of the FAT partition from 2MB to 41MB for some
boards. But we format them in FAT12 and this size appears to be to big
for FAT12 and some SoC bootrom cannot cope with that.
Format the msdosfs partition as FAT16,

PR:		228285
MFC after:	soon
This commit is contained in:
Emmanuel Vadot 2018-05-17 16:21:12 +00:00
parent 97e77ae9bd
commit 2397aecf28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333737
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ EMBEDDED_TARGET="arm"
EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-beaglebone"
FAT_SIZE="41m"
FAT_TYPE="12"
FAT_TYPE="16"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"

View file

@ -8,7 +8,7 @@ EMBEDDED_TARGET="arm"
EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-duovero"
FAT_SIZE="41m"
FAT_TYPE="12"
FAT_TYPE="16"
IMAGE_SIZE="3072M"
KERNEL="GUMSTIX"
MD_ARGS="-x 63 -y 255"

View file

@ -8,7 +8,7 @@ EMBEDDED_TARGET="arm"
EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-pandaboard"
FAT_SIZE="41m"
FAT_TYPE="12"
FAT_TYPE="16"
IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"