diff options
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | 2009-12-22 10:56:13 +0530 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2010-01-09 10:25:07 +0100 |
commit | 7359273d946a7dcde04c5e8d5bad669146efc87c (patch) | |
tree | 87d82269b118af9beaaa63400550c2a1f70a362b /include/usb.h | |
parent | 0b232310b2087d4278fb224fa01e228136fb8bdf (diff) | |
download | u-boot-7359273d946a7dcde04c5e8d5bad669146efc87c.tar.gz |
DA8xx: Add MUSB host support
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Swaminathan S <swami.iyer@ti.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index 1cc3e4229d..2a9cd04eb9 100644 --- a/include/usb.h +++ b/include/usb.h @@ -132,7 +132,7 @@ struct usb_device { defined(CONFIG_USB_EHCI) || defined(CONFIG_USB_OHCI_NEW) || \ defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \ defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) || \ - defined(CONFIG_USB_OMAP3) + defined(CONFIG_USB_OMAP3) || defined(CONFIG_USB_DA8XX) int usb_lowlevel_init(void); int usb_lowlevel_stop(void); |