]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/405gp_enet.c
* Patch by Gleb Natapov, 19 Sep 2003:
[people/ms/u-boot.git] / cpu / ppc4xx / 405gp_enet.c
index c222c719e8d72c88d249052df964638bec73f5d6..a9c7cfe0506731d80c2e694e47520fb3737e31aa 100644 (file)
@@ -159,7 +159,7 @@ static int tx_i_index = 0;          /* Transmit Interrupt Queue Index */
 static int tx_u_index = 0;             /* Transmit User Queue Index */
 static int tx_run[NUM_TX_BUFF];        /* Transmit Running Queue */
 
-#undef INFO_405_ENET 1
+#undef INFO_405_ENET
 #ifdef INFO_405_ENET
 static int packetSent = 0;
 static int packetReceived = 0;