From 1e42b4d30cf60f6b546e4464e307ba5ee97a5fad Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 31 May 2006 07:29:32 +0000 Subject: amsdelta: Limit size of ext2 images to 8M so we can use them as an initrd. --- conf/machine/amsdelta.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/amsdelta.conf') diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf index 193048ae52..443b70c5de 100644 --- a/conf/machine/amsdelta.conf +++ b/conf/machine/amsdelta.conf @@ -23,4 +23,6 @@ PREFERRED_VERSION_u-boot = 1.1.4 TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" +IMAGE_ROOTFS_SIZE_ext2 = "8192" +IMAGE_ROOTFS_SIZE_ext2.gz = "8192" IMAGE_FSTYPES = "ext2.gz tar.bz2" -- cgit 1.2.3-korg