
31 Jul
2024
31 Jul
'24
9:38 p.m.
On Fri, 26 Jul 2024 06:36:09 -0600, Simon Glass wrote:
USB is stopped using driver model now, in dm_remove_devices_flags() in announce_and_cleanup() at the top of this file.
The usb_stop() call actually unbinds devices.
When a USB device is unbound, it causes any bootflows attached to it to be removed, via a call to bootdev_clear_bootflows() from bootdev_pre_unbind(). This obviously makes it impossible to boot the bootflow.
[...]
Applied to u-boot/master, thanks!
--
Tom