[U-Boot] [PATCH v2 25/25] sandbox: Enable more network features for sandbox

Joe Hershberger joe.hershberger at ni.com
Wed Apr 8 08:41:25 CEST 2015


More net features enabled and supported on sandbox to allow more testing

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
---

Changes in v2:
-New to series

 include/configs/sandbox.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index c49a847..a9ac106 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -130,6 +130,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
-- 
1.7.11.5



More information about the U-Boot mailing list