Re: [U-Boot] [PATCH v3 4/5] TFTP: add tftpsrv command

2011-05-19 Thread Detlev Zundel
Luca Ceresoli luca.ceres...@comelit.it writes: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- -- Question authority! -- Yeah, says who? -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH v3 4/5] TFTP: add tftpsrv command

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-5-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. Changes in v3: - rebased on top of the net/tftp.c cleanup; - made

[U-Boot] [PATCH v3 4/5] TFTP: add tftpsrv command

2011-05-17 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. Changes in v3: - rebased on top of the net/tftp.c cleanup; - made do_tftpsrv() static; - improved tftpsrv command help; - removed all #ifdefs that used to remove negligible amounts