From: Koen Kooi Date: Mon, 5 Nov 2007 18:36:59 +0000 (+0000) Subject: linux-ezx: change rootdelay=1 into rootwait=1, that hooks into the mmc layer to hold... X-Git-Tag: Release-2010-05/1~8454^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b87f16c3a77dc8ebb8e58ba5e98756a843c02d9;p=openembedded.git 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 --- 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"