Skip to content
Snippets Groups Projects
Commit 2d410465 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 35d4fed3
No related branches found
No related tags found
No related merge requests found
...@@ -297,6 +297,12 @@ ...@@ -297,6 +297,12 @@
#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_ASIX
#define CONFIG_USB_ETHER_SMSC95XX #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 #define CONFIG_CMD_USB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment