summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-07-15 07:45:49 +0000
committerwdenk <wdenk>2003-07-15 07:45:49 +0000
commit6dff55297283ebe16096e25f2dadb54e4b6fd9fc (patch)
tree6fa76fdf7ddc26e5728c3b318fe7addbf04ae673 /common
parent8564acf936726c5568d71e4fa93a0ae9814e0d07 (diff)
downloadtalos-obmc-uboot-6dff55297283ebe16096e25f2dadb54e4b6fd9fc.tar.gz
talos-obmc-uboot-6dff55297283ebe16096e25f2dadb54e4b6fd9fc.zip
* Patches by Martin Krause, 14 Jul 2003:
- add I2C support for s3c2400 systems (trab board) - (re-) add "ping" to command table * Fix handling of "slow" POST routines
Diffstat (limited to 'common')
-rw-r--r--common/cmd_net.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c
index fd7ff56a41..4d4a1ea9ed 100644
--- a/common/cmd_net.c
+++ b/common/cmd_net.c
@@ -210,6 +210,12 @@ int do_ping (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return 0;
}
+
+U_BOOT_CMD(
+ ping, 2, 1, do_ping,
+ "ping - send ICMP ECHO_REQUEST to network host\n",
+ "pingAddress\n"
+);
#endif /* CFG_CMD_PING */
#endif /* CFG_CMD_NET */
OpenPOWER on IntegriCloud