diff mbox

[U-Boot] Enable PXE boot on meson-gxbb.

Message ID 20170505211126.23207-1-vagrant@debian.org
State Accepted
Commit e320d377666c87c0df21787f8b0432d6791c2900
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian May 5, 2017, 9:11 p.m. UTC
Enable distro_bootcmd PXE functions on meson-gxbb systems.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 include/configs/meson-gxbb-common.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass May 14, 2017, 9:32 a.m. UTC | #1
On 5 May 2017 at 15:11, Vagrant Cascadian <vagrant@debian.org> wrote:
> Enable distro_bootcmd PXE functions on meson-gxbb systems.
>
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  include/configs/meson-gxbb-common.h | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini June 6, 2017, 12:13 a.m. UTC | #2
On Fri, May 05, 2017 at 02:11:26PM -0700, Vagrant Cascadian wrote:

> Enable distro_bootcmd PXE functions on meson-gxbb systems.
> 
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index fab2e67117..e109288bcd 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -42,6 +42,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>