diff options
author | Jonathan McDowell <noodles@earth.li> | 2006-05-31 07:29:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 07:29:32 +0000 |
commit | 1e42b4d30cf60f6b546e4464e307ba5ee97a5fad (patch) | |
tree | c95ced3b74e40d8522bf18f513d1948f10b9377a /conf | |
parent | b9a2fdbb3af27771cba38d98381b05f50746d552 (diff) |
amsdelta: Limit size of ext2 images to 8M so we can use them as an initrd.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/amsdelta.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |