summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:25 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:35 -0600
commit1f5bc524b94e17c1095208ad9462fc966c8a5f8c (patch)
tree6a7a5620ba59223c4832d2f6af3d80722faeb4ff /include/configs/sandbox.h
parent3c56fb82804d15536f77b245c89156568819ca63 (diff)
downloadtalos-obmc-uboot-1f5bc524b94e17c1095208ad9462fc966c8a5f8c.tar.gz
talos-obmc-uboot-1f5bc524b94e17c1095208ad9462fc966c8a5f8c.zip
sandbox: Enable more network features for sandbox
More net features enabled and supported on sandbox to allow more testing Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 8bbd40b6db..d8e0c4b4e9 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -131,6 +131,15 @@
/* include default commands */
#include <config_cmd_default.h>
+#define CONFIG_KEEP_SERVERADDR
+#define CONFIG_UDP_CHECKSUM
+#define CONFIG_CMD_LINK_LOCAL
+#define CONFIG_CMD_CDP
+#define CONFIG_CMD_DNS
+#define CONFIG_CMD_NFS
+#define CONFIG_CMD_SNTP
+#define CONFIG_TIMESTAMP
+#define CONFIG_CMD_RARP
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
#define CONFIG_BOOTP_DNS
OpenPOWER on IntegriCloud