
6 May
2023
6 May
'23
5:59 p.m.
Hi Simon,
On 2023-05-06 04:03, Simon Glass wrote:
This causes crashes on some boards, e.g. rockpro64. In any case, we should not do it.
Check the usb_started flag to avoid this.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/usb/host/usb_bootdev.c | 3 +++ test/boot/bootdev.c | 5 +++++ 2 files changed, 8 insertions(+)
This fixes the crash related to usbkbd in stdin env on my rockpro64, so:
Tested-by: Jonas Karlman jonas@kwiboo.se
Regards, Jonas