]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc85xx/serial_scc.c
OMAP3: Fix SDRC init
[u-boot] / cpu / mpc85xx / serial_scc.c
index 05fb80875d8b7b54011da00c4cb2d92d162bd61a..2dab2124fcc376c8eb4c23e4e4741e303aa49ee6 100644 (file)
@@ -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 */