Re: [U-Boot] [PATCH v2 22/25] net: Fix incorrect DHCP/BOOTP packets on 64-bit systems

2015-04-08 Thread Simon Glass
On 8 April 2015 at 06:47, Simon Glass  wrote:
> On 8 April 2015 at 00:41, Joe Hershberger  wrote:
>> From: Sergey Temerkhanov 
>>
>> This commit fixes incorrect DHCP/BOOTP packet layout caused by
>> 'ulong' type size difference on 64 and 32-bit architectures.
>> It also renames NetReadLong()/NetCopyLong() to
>> net_read_u32/net_copy_u32() accordingly.
>>
>>
>> Signed-off-by: Radha Mohan Chintakuntla 
>> Signed-off-by: Sergey Temerkhanov 
>> Signed-off-by: Joe Hershberger 
>> ---
>>
>> Changes in v2: None
>>
>>  include/net.h | 10 +-
>>  net/bootp.c   | 33 -
>>  net/bootp.h   |  4 ++--
>>  3 files changed, 23 insertions(+), 24 deletions(-)
>
> Acked-by: Simon Glass 

Applied to u-boot-dm/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 22/25] net: Fix incorrect DHCP/BOOTP packets on 64-bit systems

2015-04-08 Thread Simon Glass
On 8 April 2015 at 00:41, Joe Hershberger  wrote:
> From: Sergey Temerkhanov 
>
> This commit fixes incorrect DHCP/BOOTP packet layout caused by
> 'ulong' type size difference on 64 and 32-bit architectures.
> It also renames NetReadLong()/NetCopyLong() to
> net_read_u32/net_copy_u32() accordingly.
>
>
> Signed-off-by: Radha Mohan Chintakuntla 
> Signed-off-by: Sergey Temerkhanov 
> Signed-off-by: Joe Hershberger 
> ---
>
> Changes in v2: None
>
>  include/net.h | 10 +-
>  net/bootp.c   | 33 -
>  net/bootp.h   |  4 ++--
>  3 files changed, 23 insertions(+), 24 deletions(-)

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot