summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/ether_fcc.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-09-02 09:00:50 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-09-08 09:10:07 -0500
commit5052a771cf1722c37c732f3c340775b55fbe3a22 (patch)
treeee1fb4ced5e7344fd9e31602e6750b6c45e5a8ad /cpu/mpc85xx/ether_fcc.c
parent74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea (diff)
downloadblackbird-obmc-uboot-5052a771cf1722c37c732f3c340775b55fbe3a22.tar.gz
blackbird-obmc-uboot-5052a771cf1722c37c732f3c340775b55fbe3a22.zip
ppc/85xx: Cleanup makefile and related optional files
Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases we have like PCI, CPM2, QE. Also reworked it to use one line per file for everything and sorted in alphabetical order. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/ether_fcc.c')
-rw-r--r--cpu/mpc85xx/ether_fcc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c
index 32ad46956e..5f1414d758 100644
--- a/cpu/mpc85xx/ether_fcc.c
+++ b/cpu/mpc85xx/ether_fcc.c
@@ -52,8 +52,6 @@
#include <miiphy.h>
#endif
-#if defined(CONFIG_CPM2)
-
#if defined(CONFIG_ETHER_ON_FCC) && defined(CONFIG_CMD_NET) && \
defined(CONFIG_NET_MULTI)
@@ -469,5 +467,3 @@ int fec_initialize(bd_t *bis)
}
#endif
-
-#endif /* CONFIG_CPM2 */
OpenPOWER on IntegriCloud