diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/arndale.h | 4 | ||||
| -rw-r--r-- | include/usb_mass_storage.h | 3 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 7e367f39b..9584d82af 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -117,6 +117,10 @@  #define CONFIG_USB_EHCI_EXYNOS  #define CONFIG_USB_STORAGE +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS	3 +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +  /* MMC SPL */  #define CONFIG_EXYNOS_SPL  #define CONFIG_SPL diff --git a/include/usb_mass_storage.h b/include/usb_mass_storage.h index 9df3adcf2..058dcf117 100644 --- a/include/usb_mass_storage.h +++ b/include/usb_mass_storage.h @@ -20,6 +20,9 @@  #define UMS_NUM_SECTORS		0  #endif +/* Wait at maximum 60 seconds for cable connection */ +#define UMS_CABLE_READY_TIMEOUT	60 +  struct ums {  	int (*read_sector)(struct ums *ums_dev,  			   ulong start, lbaint_t blkcnt, void *buf); |