summaryrefslogtreecommitdiffstats
path: root/release/arm/GUMSTIX.conf
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-12 19:42:27 +0000
committergjb <gjb@FreeBSD.org>2015-06-12 19:42:27 +0000
commite8be5ee99031de7382fe855398918a65cce1d392 (patch)
treee15b86e78b09bfa4bb280c5e2cb297a9d87ea4f8 /release/arm/GUMSTIX.conf
parentdd78cae9d32ff5d876e1ba813f165bd0166f50ad (diff)
downloadFreeBSD-src-e8be5ee99031de7382fe855398918a65cce1d392.zip
FreeBSD-src-e8be5ee99031de7382fe855398918a65cce1d392.tar.gz
Reduce the arm/armv6 image size from 1G to 480M.
Since the images are effectively mostly zeros at 1G, reduce the size to allow installation on smaller SD cards, such as 512Mb. While here, stop writing the /boot.txt file on the WANDBOARD, which isn't used anyway. Discussed with: imp MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/arm/GUMSTIX.conf')
-rw-r--r--release/arm/GUMSTIX.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/arm/GUMSTIX.conf b/release/arm/GUMSTIX.conf
index 6812a5f..92e8476 100644
--- a/release/arm/GUMSTIX.conf
+++ b/release/arm/GUMSTIX.conf
@@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6"
EMBEDDEDPORTS="sysutils/u-boot-duovero"
KERNEL="GUMSTIX"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x88000000"
-IMAGE_SIZE="1G"
+IMAGE_SIZE="480M"
PART_SCHEME="MBR"
FAT_SIZE="2m"
FAT_TYPE="12"
OpenPOWER on IntegriCloud