imote2.conf: Only define the eraseblock size once
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 25 May 2010 07:13:42 +0000 (09:13 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 25 May 2010 07:25:06 +0000 (09:25 +0200)
The second definition overlayed the first one. It was consistent, but we still
want to only have the correct one.

conf/machine/imote2.conf

index 24da0d0..313b3b3 100644 (file)
@@ -9,7 +9,7 @@ PACKAGE_EXTRA_ARCHS = " iwmmxt"
 
 KERNEL_IMAGETYPE = "zImage"
 IMAGE_FSTYPE += "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x01DC0000 --eraseblock=0x20000"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x01DC0000 --eraseblock=0x20000"
 
 CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS2,115200 mem=32M"