[PATCH] bootstd: USB devtype detection for script boot
Simon Glass
sjg at chromium.org
Sat Jul 1 21:10:57 CEST 2023
On Fri, 30 Jun 2023 at 18:50, John Clark <inindev at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
> boot/bootmeth_script.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Fixes d9409244 ("bootstd: Add an implementation of script boot")
More information about the U-Boot
mailing list