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:
7a91e35
)
linux-ezx: change rootdelay=1 into rootwait=1, that hooks into the mmc layer to hold...
author
Koen Kooi
<koen@openembedded.org>
Mon, 5 Nov 2007 18:36:59 +0000
(18:36 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 5 Nov 2007 18:36:59 +0000
(18:36 +0000)
packages/linux/linux-ezx_2.6.23.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux-ezx_2.6.23.bb
b/packages/linux/linux-ezx_2.6.23.bb
index
d97855a
..
42624dd
100644
(file)
--- a/
packages/linux/linux-ezx_2.6.23.bb
+++ b/
packages/linux/linux-ezx_2.6.23.bb
@@
-90,7
+90,7
@@
COMPATIBLE_MACHINE = '(a780|e680|a1200|rorkre2|rokre6)'
#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 "
CMDLINE_CON = "console=tty1 "
-CMDLINE_ROOT = "root=/dev/mmcblk0p2 rootfstype=ext2 root
delay
=1"
+CMDLINE_ROOT = "root=/dev/mmcblk0p2 rootfstype=ext2 root
wait
=1"
CMDLINE_NFSROOT = "root=/dev/nfs rootfstype=nfs nfsroot=192.168.0.200:/export/ezx-image rootdelay=1 "
# Uncomment to enable dyntick
#CMDLINE_OTHER = "dyntick=enable"