* 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
This commit is contained in:
wdenk
2003-07-15 07:45:49 +00:00
parent 8564acf936
commit 6dff552972
11 changed files with 110 additions and 39 deletions

View File

@@ -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 */