diff options
-rw-r--r-- | conf/machine/akita.conf | 2 | ||||
-rw-r--r-- | conf/machine/c7x0.conf | 8 | ||||
-rw-r--r-- | conf/machine/spitz.conf | 4 |
3 files changed, 13 insertions, 1 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 0f5eaca9cc..83331f2dad 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -10,4 +10,6 @@ MACHINE_FEATURES += "iwmmxt" IMAGE_FSTYPES ?= "jffs2" +# NAND factory-default +# mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home) ROOT_FLASH_SIZE = "58" 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" diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 128fa51c24..7188885aa5 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -12,6 +12,10 @@ PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" IMAGE_FSTYPES += "tar.gz" +# NAND factory-default +# SL-C3000 (spitz) mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home) +# SL-C3100 (borzoi) mtdparts=sharpsl-nand:7168k@0k(smf),32768k@7168k(root),-(home) +# SL-C3200 (terrier) mtdparts=sharpsl-nand:7168k@0k(smf),44032k@7168k(root),-(home) ROOT_FLASH_SIZE = "100" MACHINE_GUI_CLASS=bigscreen |