summaryrefslogtreecommitdiff
path: root/include/configs/meson-gxbb-common.h
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2017-05-05 21:11:26 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:22 (GMT)
commite320d377666c87c0df21787f8b0432d6791c2900 (patch)
treef430dcfa4f7b62cb510c0e55664bfe50bfbdbd62 /include/configs/meson-gxbb-common.h
parentf0a1ad469871eaca59037d0b9a74907f2d551533 (diff)
downloadu-boot-e320d377666c87c0df21787f8b0432d6791c2900.tar.xz
Enable PXE boot on meson-gxbb.
Enable distro_bootcmd PXE functions on meson-gxbb systems. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/meson-gxbb-common.h')
-rw-r--r--include/configs/meson-gxbb-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index 12a4dfc..89e3807 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -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>