git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b01320
)
imote2.conf: Only define the eraseblock size once
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Tue, 25 May 2010 07:13:42 +0000
(09:13 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/conf/machine/imote2.conf
b/conf/machine/imote2.conf
index
24da0d0
..
313b3b3
100644
(file)
--- 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"