diff options
Diffstat (limited to 'conf/machine/c7x0.conf')
-rw-r--r-- | conf/machine/c7x0.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 6681ad18d6..11a2f8960f 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -7,9 +7,15 @@ require conf/machine/include/zaurus-clamshell.inc IMAGE_FSTYPES += "jffs2" +# NAND factory-default +# SL-C700 (corgi) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home) +# SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home) +# SL-C760 (Husky) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home) +# SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home) + ROOT_FLASH_SIZE = "25" # yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs, -# but we don't make a special image for it. +# but we don't make a special image for them. XSERVER = "xserver-kdrive-imageon" |