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:
parent
cbacdf27cb
commit
11595a1939
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user