diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2011-10-17 08:17:47 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-04 22:06:37 +0100 |
commit | 8d5d1516a21a509ded9836c2b6c111cc2b28aa4a (patch) | |
tree | be87c36f11b39aad77e07e749e50809706867d24 /drivers | |
parent | 2e3cd1cda092ccfff376212c63075b84c922b204 (diff) | |
download | u-boot-imx-8d5d1516a21a509ded9836c2b6c111cc2b28aa4a.zip u-boot-imx-8d5d1516a21a509ded9836c2b6c111cc2b28aa4a.tar.gz u-boot-imx-8d5d1516a21a509ded9836c2b6c111cc2b28aa4a.tar.bz2 |
ehci-mxc: remove incorrect comment
The USB port to be used is determined by CONFIG_MXC_USB_PORT.
So, it appears that the comment is not correct. Remove it.
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ehci-mxc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index a0cfbb7..f403d49 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -120,7 +120,6 @@ int ehci_hcd_init(void) udelay(80); - /* Take USB2 */ ehci = (struct usb_ehci *)(IMX_USB_BASE + (0x200 * CONFIG_MXC_USB_PORT)); hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); |