mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
2e3cd1cda0
commit
8d5d1516a2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue