1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 14:09:18 +01:00
Files
u-boot-megous/boot/bootmeth_script.c
John Clark 7dde5620ec bootstd: USB devtype detection for script boot
Change the device type from "usb_mass_storage" to "usb" when
booting a script.

Before this change:
   => printenv devtype
   devtype=usb_mass_storage

After this change:
   => printenv devtype
   devtype=usb

Signed-off-by: John Clark <inindev@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-07-20 14:10:57 -06:00

5.8 KiB