]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8xx/cpu_init.c
* Patch by Rick Bronson, 16 Mar 2003:
[karo-tx-uboot.git] / cpu / mpc8xx / cpu_init.c
index 4bd91f98cac4701d51c744b3d12dfdad0db2c424..83ff66a48a395ef53357500d0967fd1884d855d0 100644 (file)
@@ -54,9 +54,11 @@ void cpu_init_f (volatile immap_t * immr)
 #endif /* CONFIG_WATCHDOG */
 
        /* SIUMCR - contains debug pin configuration (11-6) */
-
+#ifndef CONFIG_SVM_SC8xx
        immr->im_siu_conf.sc_siumcr |= CFG_SIUMCR;
-
+#else
+       immr->im_siu_conf.sc_siumcr = CFG_SIUMCR;
+#endif
        /* initialize timebase status and control register (11-26) */
        /* unlock TBSCRK */