diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-10 10:13:03 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-10 10:13:03 -0600 |
commit | 124b75644cf4a9b381746f6deed1472e7915b9f1 (patch) | |
tree | 5ce67f72a9210903386bc6373dfd3f9b1eb79c81 /common/stdio.c | |
parent | d085e692c98d0d7b57cc577ed9befda159cd4a40 (diff) | |
parent | 6689b0c955f1ec885ed1acafc7c5d7c1565dbe63 (diff) |
Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next
u-boot-dfu-next-20250310
CI:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25060
Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver
Diffstat (limited to 'common/stdio.c')
-rw-r--r-- | common/stdio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stdio.c b/common/stdio.c index a61220ce4b9..3eeb289dd8b 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -357,9 +357,6 @@ int stdio_add_devices(void) drv_system_init(); serial_stdio_init(); -#ifdef CONFIG_USB_TTY - drv_usbtty_init(); -#endif #ifdef CONFIG_USB_FUNCTION_ACM drv_usbacm_init (); #endif |