diff options
Diffstat (limited to 'cpu/mpc85xx/ether_fcc.c')
-rw-r--r-- | cpu/mpc85xx/ether_fcc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c index 32ad469..5f1414d 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 */ |