projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a1ad4
)
Enable PXE boot on meson-gxbb.
author
Vagrant Cascadian
<vagrant@debian.org>
Fri, 5 May 2017 21:11:26 +0000
(14:11 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Jun 2017 15:02:22 +0000
(11:02 -0400)
Enable distro_bootcmd PXE functions on meson-gxbb systems.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/meson-gxbb-common.h
patch
|
blob
|
history
diff --git
a/include/configs/meson-gxbb-common.h
b/include/configs/meson-gxbb-common.h
index 12a4dfce6b9673c2c4656e5543422ad559f04dff..89e3807a14b56ff169fafcdfd64f5d6e807d6222 100644
(file)
--- 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>