summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-03-22 22:09:14 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:12 (GMT)
commitd87a457be8f156ca6e775ffa785a96b0766d4e50 (patch)
tree9d489883d466915e451e94003ac1a24d5c72fed5 /include/configs
parent3ea143abe957cd771582fcde33e5fb8096bd826e (diff)
downloadu-boot-fsl-qoriq-d87a457be8f156ca6e775ffa785a96b0766d4e50.tar.xz
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 <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
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 <config_cmd_default.h>
+#define CONFIG_CMD_PING
#define CONFIG_CMD_HASH
#define CONFIG_HASH_VERIFY