]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Keep track of use of usb stop
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 13:29:49 +0000 (07:29 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:05:40 +0000 (06:05 +0800)
commit1b1d36ec58f43585081b387ee44053278e480171
tree20e6b96ee8dfb25936c405996fab16efc9f2236f
parent8c11d19e7599442d0325f79c7c7705b951f821d4
bootstd: Keep track of use of usb stop

When 'usb stop' is run, doing 'bootflow scan' does not run the USB hunter
again so does not see any devices. Fix this by telling bootstd about the
state of USB.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
drivers/usb/host/usb-uclass.c
include/bootdev.h