diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 23:49:08 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 23:49:08 +0200 |
commit | 809a403054ff9fcdebc26fdb3f54226b30a89eb2 (patch) | |
tree | 721972109711d5e0575ed5043c59941c4dfd1ceb | |
parent | 526669b8a33fe847707a517ba5acdf743ce78a12 (diff) |
zaurus-clamshells: add mtdparts info in $machine.conf
-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 |