summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <[email protected]>2017-05-05 14:11:26 -0700
committerTom Rini <[email protected]>2017-06-05 11:02:22 -0400
commite320d377666c87c0df21787f8b0432d6791c2900 (patch)
treef430dcfa4f7b62cb510c0e55664bfe50bfbdbd62
parentf0a1ad469871eaca59037d0b9a74907f2d551533 (diff)
Enable PXE boot on meson-gxbb.
Enable distro_bootcmd PXE functions on meson-gxbb systems. Signed-off-by: Vagrant Cascadian <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-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 12a4dfce6b9..89e3807a14b 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>