commit | 7dde5620ecff8fee0dd4e29631ba299b0c43d9b8 | [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 | 338b67f76cc37c78b2b25f3531924d1bce359aea [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>