From d87a457be8f156ca6e775ffa785a96b0766d4e50 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Sun, 22 Mar 2015 17:09:14 -0500 Subject: sandbox: eth: Add ARP and PING response to sandbox driver The sandbox driver will now generate response traffic to exercise the ping command even when no network exists. This allows the basic data pathways of the DM to be tested. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- include/configs/sandbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 01c6f19..e225ce6 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -130,6 +130,7 @@ /* include default commands */ #include +#define CONFIG_CMD_PING #define CONFIG_CMD_HASH #define CONFIG_HASH_VERIFY -- cgit v1.1