
On Mar 31, 2009, at 5:44 PM, kevin.morfitt@fearnside-systems.co.uk wrote:
Adds a "tftp" command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod) but this patch extracts it and makes it available as a standard u-boot command.
Signed-off-by: Kevin Morfitt kevin.morfitt@fearnside-systems.co.uk
common/cmd_tftp.c | 59 ++++++++++++++++++++++++++++++++++++++++++ doc/README.tftp | 29 ++++++++++++++++++++ include/config_cmd_all.h | 1 + include/config_cmd_default.h | 1 + 4 files changed, 90 insertions(+), 0 deletions(-) create mode 100755 common/cmd_tftp.c create mode 100755 doc/README.tftp
I'm quite confused. We already have support for this. I'm pretty sure I use it almost daily.
- k