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:
6360c49
)
imote2.conf: Change flash size to 30 Mbyte
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Thu, 8 Apr 2010 11:34:52 +0000
(13:34 +0200)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Thu, 8 Apr 2010 13:55:21 +0000
(15:55 +0200)
We have a32 Mbyte flash chip but better leave some space for jffs2.
conf/machine/imote2.conf
patch
|
blob
|
history
diff --git
a/conf/machine/imote2.conf
b/conf/machine/imote2.conf
index
33e5a65
..
24da0d0
100644
(file)
--- a/
conf/machine/imote2.conf
+++ b/
conf/machine/imote2.conf
@@
-17,6
+17,6
@@
SERIAL_CONSOLE = "115200 ttyS2"
require conf/machine/include/tune-xscale.inc
-ROOT_FLASH_SIZE ?= "3
2
"
+ROOT_FLASH_SIZE ?= "3
0
"
MACHINE_FEATURES = "kernel26 usbgadget alsa iwmmxt"