[U-Boot] [PATCH 2/2] Enable PXE boot on meson-gxbb.

Vagrant Cascadian vagrant at debian.org
Sun Apr 16 22:01:33 UTC 2017


Enable distro_bootcmd PXE functions on meson-gxbb systems.

While DHCP boot is already supported, the format is fairly u-boot
specific, while PXE boot supports the widely used syslinux style boot
configuration format.

Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---

 include/configs/meson-gxbb-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index c3229ea2cf..0339feaed9 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -41,6 +41,7 @@
 #define BOOT_TARGET_DEVICES(func) \
 	func(MMC, mmc, 0) \
 	func(MMC, mmc, 1) \
+	func(PXE, pxe, na) \
 	func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
-- 
2.11.0



More information about the U-Boot mailing list