]> git.sur5r.net Git - u-boot/commitdiff
Enable PXE boot on meson-gxbb.
authorVagrant Cascadian <vagrant@debian.org>
Fri, 5 May 2017 21:11:26 +0000 (14:11 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 15:02:22 +0000 (11:02 -0400)
Enable distro_bootcmd PXE functions on meson-gxbb systems.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/meson-gxbb-common.h

index 12a4dfce6b9673c2c4656e5543422ad559f04dff..89e3807a14b56ff169fafcdfd64f5d6e807d6222 100644 (file)
@@ -40,6 +40,7 @@
        func(MMC, mmc, 0) \
        func(MMC, mmc, 1) \
        func(MMC, mmc, 2) \
+       func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>