powerpc: MPC8610: Remove macro CONFIG_MPC8610
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc86xx / cpu.c
index 3051854..4dc483b 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.
         */