From: Simon Glass <sjg@chromium.org>
Date: Fri, 10 Oct 2014 13:30:12 +0000 (-0600)
Subject: x86: config: Enable dhcp on link
X-Git-Tag: v2025.01-rc5-pxa1908~14531^2~9
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/git-logo.png?a=commitdiff_plain;h=2d41046531fb2421f2dd3f43a16f3d2f6484dad2;p=u-boot.git

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>
---

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