[U-Boot] [PATCH 1/2] net: make IPaddr type big endian

17 Jan
2013
17 Jan
'13
1:09 a.m.
for use with sparse.
Signed-off-by: Kim Phillips kim.phillips@freescale.com Cc: Joe Hershberger joe.hershberger@gmail.com --- include/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net.h b/include/net.h index 970d4d1..4c5a000 100644 --- a/include/net.h +++ b/include/net.h @@ -39,7 +39,7 @@ #define PKTALIGN ARCH_DMA_MINALIGN
/* IPv4 addresses are always 32 bits in size */ -typedef u32 IPaddr_t; +typedef __be32 IPaddr_t;
/**
--
1.8.1.1

8 Jul
8 Jul
6:04 p.m.
On Wed, Jan 16, 2013 at 6:09 PM, Kim Phillips kim.phillips@freescale.com wrote:
for use with sparse.
Signed-off-by: Kim Phillips kim.phillips@freescale.com Cc: Joe Hershberger joe.hershberger@gmail.com
Applied, Thanks. -Joe
4320
Age (days ago)
4492
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joe Hershberger
-
Kim Phillips