From 869cbfdb71c4bed07785820e29c93cdda442e50a Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 1 Oct 2015 00:34:38 +0000 Subject: 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 --- release/arm/BANANAPI.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/arm/BANANAPI.conf') diff --git a/release/arm/BANANAPI.conf b/release/arm/BANANAPI.conf index a29576979c21..aeec84246812 100644 --- a/release/arm/BANANAPI.conf +++ b/release/arm/BANANAPI.conf @@ -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 -- cgit v1.2.3