Re: [U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-02-11 Thread Simon Glass
On 24 January 2015 at 12:53, Joe Hershberger wrote: > On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass wrote: >> >> Drop the old checksum functions in favour of the new ones. >> >> Signed-off-by: Simon Glass > > Looks good to me. > > Acked-by: Joe Hershberger > > Thanks! > -Joe Applied to u-boot-

Re: [U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-01-24 Thread Joe Hershberger
On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass wrote: > > Drop the old checksum functions in favour of the new ones. > > Signed-off-by: Simon Glass Looks good to me. Acked-by: Joe Hershberger Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-01-19 Thread Simon Glass
Drop the old checksum functions in favour of the new ones. Signed-off-by: Simon Glass --- Changes in v3: - Adjust net/ code to use the new checksum functions Changes in v2: None include/net.h | 4 net/net.c | 25 ++--- net/ping.c| 10 -- 3 files chang