]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc86xx/cpu.c
powerpc: MPC8610: Remove macro CONFIG_MPC8610
[u-boot] / arch / powerpc / cpu / mpc86xx / cpu.c
index 30518544dd65827e723d054785b1edcc8a3c0017..4dc483b7d4227157a8cefd33a5e72494ff5f4ad5 100644 (file)
@@ -90,7 +90,7 @@ checkcpu(void)
 
        puts("L2:    ");
        if (get_l2cr() & 0x80000000) {
-#if defined(CONFIG_MPC8610)
+#if defined(CONFIG_ARCH_MPC8610)
                puts("256");
 #elif defined(CONFIG_MPC8641)
                puts("512");
@@ -139,7 +139,7 @@ get_tbclk(void)
 void
 watchdog_reset(void)
 {
-#if defined(CONFIG_MPC8610)
+#if defined(CONFIG_ARCH_MPC8610)
        /*
         * This actually feed the hard enabled watchdog.
         */