]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc83xx/cpu_init.c
83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
[u-boot] / cpu / mpc83xx / cpu_init.c
index 8e9c875599efdd403d3e08fb9d30a3dde1c1cc27..d9b96b57fec9419231fc3cd39e3f84bdbbdf913d 100644 (file)
@@ -185,7 +185,7 @@ void cpu_init_f (volatile immap_t * im)
 
        /* System General Purpose Register */
 #ifdef CONFIG_SYS_SICRH
-#if defined(CONFIG_MPC834X) || defined(CONFIG_MPC8313)
+#if defined(CONFIG_MPC834x) || defined(CONFIG_MPC8313)
        /* regarding to MPC34x manual rev.1 bits 28..29 must be preserved */
        im->sysconf.sicrh = (im->sysconf.sicrh & 0x0000000C) | CONFIG_SYS_SICRH;
 #else