diff options
author | Ye.Li <B37916@freescale.com> | 2014-03-04 10:52:52 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-03-05 16:09:14 +0800 |
commit | 4b3f160a2e958cdf2faf4ab8ff44de048995f43a (patch) | |
tree | 1f10914ee9c800fabe4ef4faccfdf42786c63d54 /drivers | |
parent | 6aa445fe5482ca8f554315c8afb0ff0493b04741 (diff) | |
download | u-boot-imx-4b3f160a2e958cdf2faf4ab8ff44de048995f43a.zip u-boot-imx-4b3f160a2e958cdf2faf4ab8ff44de048995f43a.tar.gz u-boot-imx-4b3f160a2e958cdf2faf4ab8ff44de048995f43a.tar.bz2 |
ENGR00301442 USB: Uniform USB base address name for all imx6 series
Discard the USB name "USBO2H" and "USBOH3". Because the base addresses
are same for all imx6 series, uniform the name for ease reading and
saving changes.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ehci-mx6.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c index e7ef6b7..19ccf9f 100644 --- a/drivers/usb/host/ehci-mx6.c +++ b/drivers/usb/host/ehci-mx6.c @@ -61,12 +61,6 @@ #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ #define UCMD_RESET (1 << 1) /* controller reset */ -#ifdef CONFIG_MX6SL -#define USB_BASE_ADDR USBO2H_USB_BASE_ADDR -#else -#define USB_BASE_ADDR USBOH3_USB_BASE_ADDR -#endif - static const unsigned phy_bases[] = { USB_PHY0_BASE_ADDR, USB_PHY1_BASE_ADDR, |