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 /conf/machine/spitz.conf | |
parent | 526669b8a33fe847707a517ba5acdf743ce78a12 (diff) |
zaurus-clamshells: add mtdparts info in $machine.conf
Diffstat (limited to 'conf/machine/spitz.conf')
-rw-r--r-- | conf/machine/spitz.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |