aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-07 00:44:10 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-07 00:44:10 +0200
commit0123e67d8568dd40be07d12f5b358c8854a3b78d (patch)
treecc5184ed2efd4e7c11b2ecb9ca442c015fff3e6b
parentfb0ffecd1b2fe641745304cd556cd8bee5359720 (diff)
downloadopenembedded-0123e67d8568dd40be07d12f5b358c8854a3b78d.tar.gz
zaurus-2.6.inc: set ERASEBLOCKSIZE_spitz = "0x20000"
- add a note about NAND differences between 3000 and 3100/3200 models - possibly broken for C3000
-rw-r--r--conf/machine/include/zaurus-2.6.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index b0dc21f41c..c6dafc19d9 100644
--- a/conf/machine/include/zaurus-2.6.inc
+++ b/conf/machine/include/zaurus-2.6.inc
@@ -8,6 +8,10 @@ MACHINE_KERNEL_VERSION = "2.6"
ERASEBLOCKSIZE = "0x4000"
ERASEBLOCKSIZE_akita = "0x20000"
+# Warning! SL-C3000 seems to be "0x4000" (16m NAND)
+# C3100 and C3200 have same 128MB NAND device as akita
+ERASEBLOCKSIZE_spitz = "0x20000"
+
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n"
EXTRA_IMAGEDEPENDS += "zaurus-installer"