projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ed399
)
- Fix compile bug (PPC4xx).
author
stroese
<stroese>
Fri, 6 Jun 2003 09:43:42 +0000
(09:43 +0000)
committer
stroese
<stroese>
Fri, 6 Jun 2003 09:43:42 +0000
(09:43 +0000)
net/eth.c
patch
|
blob
|
history
diff --git
a/net/eth.c
b/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