summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-03-22 17:09:22 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:13 -0600
commitf3e0c3744a6a0a01fcf3a34b582c2f9c84ba56cd (patch)
treefc3517d098c58e5da9a56e475b45c4bc78a27d0a /include
parenta346ca7902a185a1974d50d60790d34715be886e (diff)
downloadtalos-obmc-uboot-f3e0c3744a6a0a01fcf3a34b582c2f9c84ba56cd.tar.gz
talos-obmc-uboot-f3e0c3744a6a0a01fcf3a34b582c2f9c84ba56cd.zip
sandbox: Enable DHCP and IP defrag
This is now testable via the eth-raw interface Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 9769a8dd80..558ea2c173 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -131,6 +131,14 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_DNS
+#define CONFIG_BOOTP_DNS2
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_SEND_HOSTNAME
+#define CONFIG_BOOTP_SERVERIP
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_IP_DEFRAG
#define CONFIG_CMD_HASH
#define CONFIG_HASH_VERIFY
OpenPOWER on IntegriCloud