]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: ventana: add usb_pgood_delay 2sec default
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:46 +0000 (12:54 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 22 Apr 2015 12:39:09 +0000 (14:39 +0200)
We have encountered many USB storage devices that require more warm-up
than the spec allows for.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 1f8a66ec23ffa2f84826327d247659d351924b5c..0069120350e4ced101c5c47454e05af8edd94f41 100644 (file)
        "dio0:mode=gpio;dio1:mode=gpio;dio2:mode=gpio;dio3:mode=gpio\0" \
 
 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
+       "usb_pgood_delay=2000\0" \
        "console=ttymxc1\0" \
        "bootdevs=usb mmc sata flash\0" \
        HWCONFIG_DEFAULT \