diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2017-05-05 14:11:26 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:22 -0400 |
commit | e320d377666c87c0df21787f8b0432d6791c2900 (patch) | |
tree | f430dcfa4f7b62cb510c0e55664bfe50bfbdbd62 | |
parent | f0a1ad469871eaca59037d0b9a74907f2d551533 (diff) | |
download | u-boot-e320d377666c87c0df21787f8b0432d6791c2900.zip u-boot-e320d377666c87c0df21787f8b0432d6791c2900.tar.gz u-boot-e320d377666c87c0df21787f8b0432d6791c2900.tar.bz2 |
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>
-rw-r--r-- | include/configs/meson-gxbb-common.h | 1 |
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> |