diff mbox

[U-Boot,01/10] x86: config: Enable dhcp on link

Message ID 1412947821-1674-2-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Oct. 10, 2014, 1:30 p.m. UTC
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 | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Simon Glass Oct. 24, 2014, 1:35 a.m. UTC | #1
On 10 October 2014 07:30, Simon Glass <sjg@chromium.org> wrote:
> 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>

Applied to u-boot-x86/master.
diff mbox

Patch

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 936be14..f03a768 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