diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-05-03 10:32:37 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-05-05 17:55:05 +0200 |
commit | ba5dfc11baea8c90c53733fc1fa988c2d13787dc (patch) | |
tree | 9fe09f12224a5e47cd2a92b83b2ce7d95e2345a5 /include/usb | |
parent | 3fec2c677e6b6bb7a21b5beda70357e4479512f4 (diff) |
imx: mx5: Remove legacy iomux support
Legacy iomux support is no longer needed now that all boards have been converted
to iomux-v3.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/ehci-fsl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h index a1438d6f94f..29b136dfba6 100644 --- a/include/usb/ehci-fsl.h +++ b/include/usb/ehci-fsl.h @@ -277,10 +277,4 @@ struct usb_ehci { /* Board-specific initialization */ int board_ehci_hcd_init(int port); -/* CPU-specific abstracted-out IOMUX init */ -#ifdef CONFIG_MX51 -void setup_iomux_usb_h1(void); -void setup_iomux_usb_h2(void); -#endif - #endif /* _EHCI_FSL_H */ |