From: Otavio Salvador Date: Fri, 28 Sep 2018 14:22:37 +0000 (-0300) Subject: pico-imx6ul, pico-imx7d: Enable USB and PXE boot support X-Git-Tag: v2018.11-rc3~6^2~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c066d3cbf1ce0ef4fc42c58e9709259a702dbfe0;p=oweals%2Fu-boot.git pico-imx6ul, pico-imx7d: Enable USB and PXE boot support This allow the use of a USB storage or PXE network booting as fallback, allowing for example for manufacturing installation of eMMC storage in an easy way. Reviewed-by: Fabio Estevam Signed-off-by: Otavio Salvador --- diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 0fea2d65dd..8082b74c9c 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -103,6 +103,8 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ + func(USB, usb, 0) \ + func(PXE, pxe, na) \ func(DHCP, dhcp, na) #include 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) \ + func(PXE, pxe, na) \ func(DHCP, dhcp, na) #include