Home
last modified time | relevance | path

Searched hist:ea45cb0adcf4baa8f939fea4c848f3e1906f19d9 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dnfs.cea45cb0adcf4baa8f939fea4c848f3e1906f19d9 Sat Dec 03 03:29:44 UTC 2011 Matthias Weisser <weisserm@arcor.de> net: Make sure IPaddr_t is 32 bits in size

When building u-boot as 64 bit application (e.g. sandbox) ulong might be
64 bits in size. This breaks network code as IPaddr_t is 64 bytes in
size then and an IPv4 address is 32 bits in size. This patch makes sure
that IPaddr_t is always 32 bits in size. Also some warnings introduced
by this patch are fixed.

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
H A Dtftp.cea45cb0adcf4baa8f939fea4c848f3e1906f19d9 Sat Dec 03 03:29:44 UTC 2011 Matthias Weisser <weisserm@arcor.de> net: Make sure IPaddr_t is 32 bits in size

When building u-boot as 64 bit application (e.g. sandbox) ulong might be
64 bits in size. This breaks network code as IPaddr_t is 64 bytes in
size then and an IPv4 address is 32 bits in size. This patch makes sure
that IPaddr_t is always 32 bits in size. Also some warnings introduced
by this patch are fixed.

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
H A Dnet.cea45cb0adcf4baa8f939fea4c848f3e1906f19d9 Sat Dec 03 03:29:44 UTC 2011 Matthias Weisser <weisserm@arcor.de> net: Make sure IPaddr_t is 32 bits in size

When building u-boot as 64 bit application (e.g. sandbox) ulong might be
64 bits in size. This breaks network code as IPaddr_t is 64 bytes in
size then and an IPv4 address is 32 bits in size. This patch makes sure
that IPaddr_t is always 32 bits in size. Also some warnings introduced
by this patch are fixed.

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
/rk3399_rockchip-uboot/include/
H A Dnet.hea45cb0adcf4baa8f939fea4c848f3e1906f19d9 Sat Dec 03 03:29:44 UTC 2011 Matthias Weisser <weisserm@arcor.de> net: Make sure IPaddr_t is 32 bits in size

When building u-boot as 64 bit application (e.g. sandbox) ulong might be
64 bits in size. This breaks network code as IPaddr_t is 64 bytes in
size then and an IPv4 address is 32 bits in size. This patch makes sure
that IPaddr_t is always 32 bits in size. Also some warnings introduced
by this patch are fixed.

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>