]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc86xx/cpu.c
sata: Move drivers into new drivers/ata directory
[u-boot] / arch / powerpc / cpu / mpc86xx / cpu.c
index 30518544dd65827e723d054785b1edcc8a3c0017..7a9570c8ec72eb4d4dc3f1573f7b4fbcc4113499 100644 (file)
@@ -90,9 +90,9 @@ checkcpu(void)
 
        puts("L2:    ");
        if (get_l2cr() & 0x80000000) {
-#if defined(CONFIG_MPC8610)
+#if defined(CONFIG_ARCH_MPC8610)
                puts("256");
-#elif defined(CONFIG_MPC8641)
+#elif defined(CONFIG_ARCH_MPC8641)
                puts("512");
 #endif
                puts(" KiB enabled\n");
@@ -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.
         */