summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 10:27:39 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 10:27:39 -0500
commit068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch)
treeb832da8d622e58236d32cf2a796ebd45ab2b8215 /cpu/mcf52x2
parent079a136c3588814784561d6e4856970ee82d6e2a (diff)
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu/mcf52x2')
-rw-r--r--cpu/mcf52x2/fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf52x2/fec.c b/cpu/mcf52x2/fec.c
index 255b3d8b7..ef9c7984c 100644
--- a/cpu/mcf52x2/fec.c
+++ b/cpu/mcf52x2/fec.c
@@ -592,7 +592,7 @@ int mcf52x2_miiphy_write (char *devname, unsigned char addr,
return 0;
}
#endif
-#endif /* CFG_CMD_NET, FEC_ENET */
+#endif
int mcf52x2_miiphy_initialize(bd_t *bis)
{