diff options
| author | Tom Rini <trini@ti.com> | 2013-06-24 22:27:44 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-24 22:27:44 -0400 | 
| commit | ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6 (patch) | |
| tree | 1532b13194c3d7daa8f1f10f3263fb806911cd67 /include/net.h | |
| parent | 4e78e0317d3aab42c381b01033a0cd869ea28979 (diff) | |
| parent | 433a2c5325b982b49b099e526d373d07d0cc5e97 (diff) | |
| download | olio-uboot-2014.01-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.tar.xz olio-uboot-2014.01-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net.h b/include/net.h index 23fb94729..767347004 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;  /** |