diff options
| author | Tom Rini <[email protected]> | 2022-01-26 20:41:38 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-26 20:41:38 -0500 |
| commit | 9a1dd6dcfefc56c05ee7f7249faaa97c5f937fbc (patch) | |
| tree | 171f14dc3ae19d1050b10d53a7d9ae63d36fda55 /common | |
| parent | 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff) | |
| parent | fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'common')
| -rw-r--r-- | common/stdio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stdio.c b/common/stdio.c index 976f51c2527..063c659bbc3 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -381,6 +381,9 @@ int stdio_add_devices(void) #ifdef CONFIG_USB_TTY drv_usbtty_init(); #endif +#ifdef CONFIG_USB_FUNCTION_ACM + drv_usbacm_init (); +#endif if (IS_ENABLED(CONFIG_NETCONSOLE)) drv_nc_init(); #ifdef CONFIG_JTAG_CONSOLE |
