[U-Boot] [PATCH v2 2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support
Fabio Estevam
festevam at gmail.com
Tue Sep 25 15:34:23 UTC 2018
On Tue, Sep 25, 2018 at 11:41 AM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> #include <config_distro_bootcmd.h>
> diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
> index 614be99d93..2bc42a04a0 100644
> --- a/include/configs/pico-imx7d.h
> +++ b/include/configs/pico-imx7d.h
> @@ -92,6 +92,8 @@
>
> #define BOOT_TARGET_DEVICES(func) \
> func(MMC, mmc, 0) \
> + func(USB, usb, 0) \
We still need to add USB host suport for this board, but this can be
done in a separate patch:
Reviewed-by: Fabio Estevam <festevam at gmail.com>
More information about the U-Boot
mailing list