]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix FAT_SIZE by removing '-b' argument passing, which was
authorgjb <gjb@FreeBSD.org>
Thu, 1 Oct 2015 00:34:38 +0000 (00:34 +0000)
committergjb <gjb@FreeBSD.org>
Thu, 1 Oct 2015 00:34:38 +0000 (00:34 +0000)
a result of my misunderstanding on what Crochet was doing
in this case for these boards.

Sponsored by: The FreeBSD Foundation

release/arm/BANANAPI.conf
release/arm/CUBIEBOARD.conf
release/arm/CUBIEBOARD2.conf

index a29576979c21a9b50eb865b54fc02c6f018af0bd..aeec8424681255c16d127a8aad272c930c00a467 100644 (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
index ee5be7294a9bfb82d3b5fa3fddc44cdb6ef3559f..dfe3c5c01b26e1ffa40fd44fd06831b01760f992 100644 (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
index dc2ef0fa9af538396c29885117798c7dc6e50d86..fd98e4963094d1c321f2e2bf89642f29f9d63e6f 100644 (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