diff options
| author | Tom Rini <[email protected]> | 2021-07-09 10:11:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-18 21:03:57 -0400 |
| commit | 67b77d72f408b71194d008b4c1bbb1f1c2470039 (patch) | |
| tree | eee335b139c14972708aabedd524001ffe69556b /include | |
| parent | 96b97fa3110f9a7d8bdb097995511fd78f966043 (diff) | |
ge_bx50v3: Remove unused USB related defines
These USB defines do not change the build as there is no USB support
enabled currently.
Cc: Ian Ray <[email protected]>
Cc: Sebastian Reichel <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ge_bx50v3.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index c8e9d3b17f5..2b61172cc73 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -33,17 +33,6 @@ #define CONFIG_LBA48 #endif -/* USB Configs */ -#ifdef CONFIG_USB -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_MXC_USB_FLAGS 0 - -#define CONFIG_USBD_HS -#define CONFIG_USB_GADGET_MASS_STORAGE -#endif - /* Serial Flash */ #define CONFIG_LOADADDR 0x12000000 |
