diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mccmon6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h index b97373512f..231b2af87a 100644 --- a/include/configs/mccmon6.h +++ b/include/configs/mccmon6.h @@ -65,11 +65,6 @@ #define CONFIG_SYS_FLASH_BANKS_LIST { (CONFIG_SYS_FLASH_BASE) } #define CONFIG_SYS_FLASH_BANKS_SIZES { (32 * SZ_1M) } -/* USB Configs */ -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_MXC_USB_FLAGS 0 - /* Ethernet Configuration */ #define CONFIG_FEC_MXC #define IMX_FEC_BASE ENET_BASE_ADDR |