]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TFTP: add host ip addr support
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 18 Jan 2008 00:14:03 +0000 (01:14 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 4 Feb 2008 23:41:55 +0000 (00:41 +0100)
commita93907c43f847f076dd0e34ee3b69b5e8e6d0d29
tree4e468add2e33cbc00bac922b9cc401ed11b58b16
parent7ec8bb15ee368ea54d48d64867767a704d9ab4c2
TFTP: add host ip addr support

allow to use a different server as set in serverip
add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
if not defined the max length will be at 128

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
common/cmd_net.c
net/tftp.c