summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/serial_scc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc85xx/serial_scc.c')
-rw-r--r--cpu/mpc85xx/serial_scc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/mpc85xx/serial_scc.c b/cpu/mpc85xx/serial_scc.c
index 05fb808..2dab212 100644
--- a/cpu/mpc85xx/serial_scc.c
+++ b/cpu/mpc85xx/serial_scc.c
@@ -37,7 +37,6 @@
DECLARE_GLOBAL_DATA_PTR;
-#if defined(CONFIG_CPM2)
#if defined(CONFIG_CONS_ON_SCC)
#if CONFIG_CONS_INDEX == 1 /* Console on SCC1 */
@@ -267,5 +266,3 @@ serial_tstc()
}
#endif /* CONFIG_CONS_ON_SCC */
-
-#endif /* CONFIG_CPM2 */