]> Git Repo - J-u-boot.git/commitdiff
ge_bx50v3: Remove unused USB related defines
authorTom Rini <[email protected]>
Fri, 9 Jul 2021 14:11:53 +0000 (10:11 -0400)
committerTom Rini <[email protected]>
Mon, 19 Jul 2021 01:03:57 +0000 (21:03 -0400)
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]>
include/configs/ge_bx50v3.h

index c8e9d3b17f5eab634fb190d86cc91b00fa938622..2b61172cc7395b704cd078f853e5e59e544a2bdc 100644 (file)
 #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
This page took 0.032328 seconds and 4 git commands to generate.