Re: [U-Boot] [PATCH v3 3/5] TFTP: net/tftp.c: add server mode receive

2011-05-19 Thread Detlev Zundel
Hi Luca, Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Just for the future: [...] diff --git a/net/tftp.h b/net/tftp.h index e3dfb26..3abdf7b 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -2,6 +2,8 @@ *

Re: [U-Boot] [PATCH v3 3/5] TFTP: net/tftp.c: add server mode receive

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-4-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; - removed all

[U-Boot] [PATCH v3 3/5] TFTP: net/tftp.c: add server mode receive

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; - removed all #ifdefs that used to remove negligible amounts of compiled code, at the cost of a much less readable source