From e320d377666c87c0df21787f8b0432d6791c2900 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 5 May 2017 14:11:26 -0700 Subject: [PATCH] Enable PXE boot on meson-gxbb. Enable distro_bootcmd PXE functions on meson-gxbb systems. Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- 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 12a4dfce6b..89e3807a14 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 -- 2.39.5