
25 Sep
2018
25 Sep
'18
5:34 p.m.
On Tue, Sep 25, 2018 at 11:41 AM, Otavio Salvador otavio@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@gmail.com