All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 1/4] ge_bx50v3: Remove unused USB related defines
@ 2021-07-09 14:11 Tom Rini
  2021-07-09 14:11 ` [PATCHv2 2/4] tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmd Tom Rini
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Tom Rini @ 2021-07-09 14:11 UTC (permalink / raw)
  To: u-boot; +Cc: Ian Ray, Sebastian Reichel

These USB defines do not change the build as there is no USB support
enabled currently.

Cc: Ian Ray <ian.ray@ge.com>
Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
Changes in v2:
- New patch
---
 include/configs/ge_bx50v3.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index c8e9d3b17f5e..2b61172cc739 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-19 12:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 14:11 [PATCHv2 1/4] ge_bx50v3: Remove unused USB related defines Tom Rini
2021-07-09 14:11 ` [PATCHv2 2/4] tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmd Tom Rini
2021-07-09 16:23   ` Tom Warren
2021-07-19 12:26   ` Tom Rini
2021-07-09 14:11 ` [PATCHv2 3/4] treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB Tom Rini
2021-07-19 12:26   ` Tom Rini
2021-07-09 14:11 ` [PATCHv2 4/4] usb: Enforce DM_USB migration for USB_HOST devices Tom Rini
2021-07-19 12:26   ` Tom Rini
2021-07-13 16:44 ` [PATCHv2 1/4] ge_bx50v3: Remove unused USB related defines Sebastian Reichel
2021-07-19 12:25 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.