diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-03-22 23:27:12 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-22 23:27:12 +0100 |
commit | 1f95213480a0f98a8d8e5f9f5686e547b4703a00 (patch) | |
tree | f08bd5a3a8eb89f153732594ac6bd06183ebfcc9 /conf | |
parent | 00869ed01c0893447f6555412be9fb8a9fec9a07 (diff) |
c7x0.conf: fix typo (rootfs is 53 MB)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/c7x0.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 18c9db1f3f..dac142abcd 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -8,7 +8,8 @@ require conf/machine/include/zaurus-clamshell.inc IMAGE_FSTYPES += "jffs2" ROOT_FLASH_SIZE = "25" -# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it. +# yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs, +# but we don't make a special image for it. XSERVER = "xserver-kdrive-imageon" |