diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-05 18:36:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-05 18:36:59 +0000 |
commit | 7b87f16c3a77dc8ebb8e58ba5e98756a843c02d9 (patch) | |
tree | ebb6e6019645b064266ef35f77ae97078ce524c3 | |
parent | 7a91e35f51b5131ff015ac9dd7b9f7d63fbd4a5f (diff) |
linux-ezx: change rootdelay=1 into rootwait=1, that hooks into the mmc layer to hold of mounting till it's ready instead of waiting N seconds. This is a 2.6.23 feature
-rw-r--r-- | packages/linux/linux-ezx_2.6.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx_2.6.23.bb b/packages/linux/linux-ezx_2.6.23.bb index d97855a451..42624dd5a8 100644 --- 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 rootdelay=1" +CMDLINE_ROOT = "root=/dev/mmcblk0p2 rootfstype=ext2 rootwait=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" |