Re: [U-Boot] [PATCH 3/3] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2018-10-16 Thread Alexander Graf
On 12.10.18 07:09, AKASHI Takahiro wrote: > With this patch which adds a removable USB mass storage to a list > of bootable devices, USB boot is supported in distro boot if UEFI is > configured. > > Signed-off-by: AKASHI Takahiro Reviewed-by: Alexander Graf Alex

[U-Boot] [PATCH 3/3] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2018-10-11 Thread AKASHI Takahiro
With this patch which adds a removable USB mass storage to a list of bootable devices, USB boot is supported in distro boot if UEFI is configured. Signed-off-by: AKASHI Takahiro --- include/configs/qemu-arm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/qemu-arm.h b/includ