Re: [U-Boot] [PATCH v2 6/6] TFTP: add tftpsrv command

2011-05-04 Thread Mike Frysinger
On Mon, Apr 18, 2011 at 12:19, Luca Ceresoli wrote: +int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) static -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 6/6] TFTP: add tftpsrv command

2011-04-29 Thread Mike Frysinger
On Monday, April 18, 2011 12:19:54 Luca Ceresoli wrote: +#ifdef CONFIG_CMD_TFTPSRV +int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) should be static +U_BOOT_CMD( + tftpsrv,2, 1, do_tftpsrv, + boot image via network acting as a TFTP server,

Re: [U-Boot] [PATCH v2 6/6] TFTP: add tftpsrv command

2011-04-19 Thread Detlev Zundel
Hi Luca, Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. Acked-by: Detlev Zundel d...@denx.de -- I have always observed that the pretensions of all people are in exact inverse ratio to their merits; this is one of the axioms of

[U-Boot] [PATCH v2 6/6] TFTP: add tftpsrv command

2011-04-18 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. README |1 + common/cmd_net.c | 14 ++ include/net.h|3 ++- net/net.c| 10 -- 4 files changed, 25 insertions(+), 3 deletions(-)