[oe-commits] org.oe.dev 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

koen commit openembedded-commits at lists.openembedded.org
Mon Nov 5 19:42:01 UTC 2007


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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1c37802f675e2b4ebbb302f90f516adf37617e96
ViewMTN: http://monotone.openembedded.org/revision/info/1c37802f675e2b4ebbb302f90f516adf37617e96
Files:
1
packages/linux/linux-ezx_2.6.23.bb
Diffs:

#
# mt diff -rb554a25d4072f19f9954642c115fb8b61768d6d2 -r1c37802f675e2b4ebbb302f90f516adf37617e96
#
# 
# 
# patch "packages/linux/linux-ezx_2.6.23.bb"
#  from [9a2603bc3690e0fabdce03bdc1fe5ad27517c778]
#    to [ba25531e5dd2d6f597b02e420949c71d66f08f85]
# 
============================================================
--- packages/linux/linux-ezx_2.6.23.bb	9a2603bc3690e0fabdce03bdc1fe5ad27517c778
+++ packages/linux/linux-ezx_2.6.23.bb	ba25531e5dd2d6f597b02e420949c71d66f08f85
@@ -90,7 +90,7 @@ CMDLINE_CON = "console=tty1 "
 #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"






More information about the Openembedded-commits mailing list