diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-25 09:13:42 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-25 09:25:06 +0200 |
commit | ef20f4f572d9ef8b57271105b341a44f801ed6bb (patch) | |
tree | dbde85fe70a51e7ca6c63f3e6400936161d9fc7e /conf | |
parent | 6b01320f0f6a1894f0d25cae192ea38298bc467b (diff) | |
download | openembedded-ef20f4f572d9ef8b57271105b341a44f801ed6bb.tar.gz |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | 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 24da0d0678..313b3b3921 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" |