diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-03-22 17:09:14 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:12 -0600 |
commit | d87a457be8f156ca6e775ffa785a96b0766d4e50 (patch) | |
tree | 9d489883d466915e451e94003ac1a24d5c72fed5 /arch | |
parent | 3ea143abe957cd771582fcde33e5fb8096bd826e (diff) | |
download | u-boot-imx-d87a457be8f156ca6e775ffa785a96b0766d4e50.zip u-boot-imx-d87a457be8f156ca6e775ffa785a96b0766d4e50.tar.gz u-boot-imx-d87a457be8f156ca6e775ffa785a96b0766d4e50.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/sandbox/dts/sandbox.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 0df7b40..f5e0517 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -204,5 +204,6 @@ eth@10002000 { compatible = "sandbox,eth"; reg = <0x10002000 0x1000>; + fake-host-hwaddr = [00 00 66 44 22 00]; }; }; |