projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARM: integrator: Drop PCI support
[J-u-boot.git]
/
board
/
armltd
/
integrator
/
integrator.c
diff --git
a/board/armltd/integrator/integrator.c
b/board/armltd/integrator/integrator.c
index 3e864e8e7a5c4f2d3570217b002c255c965e5797..388795809dfd8d2904ac861ca3fa99294b1df86d 100644
(file)
--- a/
board/armltd/integrator/integrator.c
+++ b/
board/armltd/integrator/integrator.c
@@
-181,7
+181,6
@@
int board_eth_init(struct bd_info *bis)
#ifdef CONFIG_SMC91111
rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);
#endif
- rc += pci_eth_init(bis);
return rc;
}
#endif
This page took
0.027605 seconds
and
4
git commands to generate.