increase the rootdelay value to ensure usb enumeration completes before block2mtd uses /dev/sdX
SVN-Revision: 18278
This commit is contained in:
parent
af60db77e2
commit
a4db9ed452
@ -11,7 +11,7 @@ export PATH=$(TARGET_PATH):/sbin
|
||||
ROOTPART=$(strip $(subst ",, $(CONFIG_OLPC_BOOTSCRIPT_ROOTPART)))
|
||||
#"))")) # fix vim's broken syntax highlighting
|
||||
|
||||
ROOTDELAY=5
|
||||
ROOTDELAY=10
|
||||
|
||||
ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
|
||||
define Image/cmdline/squashfs
|
||||
|
Loading…
Reference in New Issue
Block a user