summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 07:30:12 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 21:50:32 -0600
commit2d41046531fb2421f2dd3f43a16f3d2f6484dad2 (patch)
tree78b99f190219439379328c3b31cae8c82f25dfa8 /include
parent35d4fed320d577a4446531d7b9350ce40065c4b0 (diff)
downloadblackbird-obmc-uboot-2d41046531fb2421f2dd3f43a16f3d2f6484dad2.tar.gz
blackbird-obmc-uboot-2d41046531fb2421f2dd3f43a16f3d2f6484dad2.zip
x86: config: Enable dhcp on link
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 936be14511..f03a768ed7 100644
--- 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
OpenPOWER on IntegriCloud