commit | 8d7f462fe13a8ad8cb0f29806ab05dfa6f256965 | [log] [tgz] |
---|---|---|
author | John Clark <inindev@gmail.com> | Fri Jun 30 13:12:14 2023 -0400 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:57 2023 -0600 |
tree | 216e4e0136e1dc446e257f4f98baaa08c894e5e3 | |
parent | 604404b14cb0b1355e4ef62329d1a2591a41cb7d [diff] |
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>