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:
35d4fed
)
x86: config: Enable dhcp on link
author
Simon Glass
<sjg@chromium.org>
Fri, 10 Oct 2014 13:30:12 +0000
(07:30 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 23 Oct 2014 03:50:32 +0000
(21:50 -0600)
The dhcp option is required to get bootp to work on the Chromebook Pixel,
so enable it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index 936be145119d1e55a810ccc95bb922cb8a9b0f72..f03a768ed7bc48a3e7a439f4678a484144091d92 100644
(file)
--- a/
include/configs/coreboot.h
+++ b/
include/configs/coreboot.h
@@
-297,6
+297,12
@@
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX
#define CONFIG_USB_ETHER_SMSC95XX
+#define CONFIG_TFTP_TSIZE
+#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
#define CONFIG_CMD_USB