diff mbox series

[U-Boot,2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support

Message ID 20180922062308.2106-2-otavio@ossystems.com.br
State Superseded
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/2] pico-imx6ul, pico-imx7d: Use eMMC user partition by default | expand

Commit Message

Otavio Salvador Sept. 22, 2018, 6:23 a.m. UTC
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 include/configs/pico-imx6ul.h | 2 ++
 include/configs/pico-imx7d.h  | 2 ++
 2 files changed, 4 insertions(+)

Comments

Fabio Estevam Sept. 25, 2018, 2:07 p.m. UTC | #1
On Sat, Sep 22, 2018 at 3:23 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Please provide a commit log stating the motivation for doing this.
diff mbox series

Patch

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 <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) \
+	func(PXE, pxe, na) \
 	func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>