summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorThomas Miletich2011-07-10 17:47:09 +0200
committerMichael Brown2011-07-15 17:44:57 +0200
commit5d23fb1bb4adffdf3b497136246c5c924416d32c (patch)
tree3176b93b86ab2519e001dc1c2ca94e7a9be6891e /src/drivers
parent[dhcp] Add symbolic definitions for DHCP client architecture values (diff)
downloadipxe-5d23fb1bb4adffdf3b497136246c5c924416d32c.tar.gz
ipxe-5d23fb1bb4adffdf3b497136246c5c924416d32c.tar.xz
ipxe-5d23fb1bb4adffdf3b497136246c5c924416d32c.zip
[igb] Remove __BIG_ENDIAN conditional
Reported-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/igb/igb_osdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/net/igb/igb_osdep.h b/src/drivers/net/igb/igb_osdep.h
index 167b0f85..84f490f5 100644
--- a/src/drivers/net/igb/igb_osdep.h
+++ b/src/drivers/net/igb/igb_osdep.h
@@ -69,11 +69,6 @@ typedef enum {
#define CMD_MEM_WRT_INVALIDATE PCI_COMMAND_INVALIDATE
#define ETH_ADDR_LEN ETH_ALEN
-#ifdef __BIG_ENDIAN
-#define E1000_BIG_ENDIAN __BIG_ENDIAN
-#endif
-
-
#define DEBUGOUT(S) if (0) { printf(S); }
#define DEBUGOUT1(S, A...) if (0) { printf(S, A); }