]> Git Repo - J-u-boot.git/blobdiff - cpu/mpc85xx/serial_scc.c
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
[J-u-boot.git] / cpu / mpc85xx / serial_scc.c
index ea82761465b1d58d947e49b1e794d7870e2ddd2d..cf060d68901d5186b668f24423ab4f94cd404d4c 100644 (file)
@@ -35,7 +35,7 @@
 #include <common.h>
 #include <asm/cpm_85xx.h>
 
-#if defined(CONFIG_MPC8560)
+#if defined(CONFIG_CPM2)
 #if defined(CONFIG_CONS_ON_SCC)
 
 #if CONFIG_CONS_INDEX == 1     /* Console on SCC1 */
@@ -271,4 +271,4 @@ serial_tstc()
 
 #endif /* CONFIG_CONS_ON_SCC */
 
-#endif /* CONFIG_MPC8560 */
+#endif /* CONFIG_CPM2 */
This page took 0.02204 seconds and 4 git commands to generate.