diff mbox

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

Message ID 1428475285-25836-26-git-send-email-joe.hershberger@ni.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Joe Hershberger April 8, 2015, 6:41 a.m. UTC
More net features enabled and supported on sandbox to allow more testing

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

Changes in v2:
-New to series

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

Comments

Simon Glass April 8, 2015, 12:47 p.m. UTC | #1
On 8 April 2015 at 00:41, Joe Hershberger <joe.hershberger@ni.com> wrote:
> More net features enabled and supported on sandbox to allow more testing
>
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> ---
>
> Changes in v2:
> -New to series
>
>  include/configs/sandbox.h | 9 +++++++++
>  1 file changed, 9 insertions(+)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass April 8, 2015, 2:38 p.m. UTC | #2
On 8 April 2015 at 06:47, Simon Glass <sjg@chromium.org> wrote:
> On 8 April 2015 at 00:41, Joe Hershberger <joe.hershberger@ni.com> wrote:
>> More net features enabled and supported on sandbox to allow more testing
>>
>> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
>> ---
>>
>> Changes in v2:
>> -New to series
>>
>>  include/configs/sandbox.h | 9 +++++++++
>>  1 file changed, 9 insertions(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/next, thanks!
diff mbox

Patch

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