[oe-commits] Stefan Schmidt : imote2.conf: Only define the eraseblock size once

git version control git at git.openembedded.org
Tue May 25 07:25:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ef20f4f572d9ef8b57271105b341a44f801ed6bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef20f4f572d9ef8b57271105b341a44f801ed6bb

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue May 25 09:13:42 2010 +0200

imote2.conf: Only define the eraseblock size once

The second definition overlayed the first one. It was consistent, but we still
want to only have the correct one.

---

 conf/machine/imote2.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf
index 24da0d0..313b3b3 100644
--- a/conf/machine/imote2.conf
+++ b/conf/machine/imote2.conf
@@ -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"
 





More information about the Openembedded-commits mailing list