]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/cpu_init.c
ppc4xx: Replace 4xx lowercase SPR references
[karo-tx-uboot.git] / cpu / ppc4xx / cpu_init.c
index bbd795de2a6a187c709004216d44b8cefc69bb3e..65092fb8e47ddc7ba71c3c78fff5acf5e88104f1 100644 (file)
@@ -123,7 +123,7 @@ void reconfigure_pll(u32 new_cpu_freq)
        /* Reset processor if configuration changed */
        if (reset_needed) {
                __asm__ __volatile__ ("sync; isync");
-               mtspr(dbcr0, 0x20000000);
+               mtspr(SPRN_DBCR0, 0x20000000);
        }
 #endif
 }