]> git.sur5r.net Git - u-boot/commitdiff
- Fix compile bug (PPC4xx).
authorstroese <stroese>
Fri, 6 Jun 2003 09:43:42 +0000 (09:43 +0000)
committerstroese <stroese>
Fri, 6 Jun 2003 09:43:42 +0000 (09:43 +0000)
net/eth.c

index 7faa1f6974ac1a62998d84e74f61dd0b71bbdf4b..f9863c65e06fe49db7a188f5129a81a96f7ecef9 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis)
        eth_devices = NULL;
        eth_current = NULL;
 
-#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)
+#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP))
         ppc_4xx_eth_initialize(bis);
 #endif
 #ifdef CONFIG_INCA_IP_SWITCH