ppc4xx: Replace 4xx lowercase SPR references
[platform/kernel/u-boot.git] / board / netstal / mcu25 / mcu25.c
index 66ed95f..67c1b0b 100644 (file)
@@ -77,7 +77,7 @@ int board_early_init_f (void)
        out32(GPIO0_OR,         CONFIG_SYS_GPIO0_OR );
        out32(GPIO0_TCR,        CONFIG_SYS_GPIO0_TCR);
        out32(GPIO0_ODR,        CONFIG_SYS_GPIO0_ODR);
-       mtspr(ccr0,      0x00700000);
+       mtspr(SPRN_CCR0,      0x00700000);
 
        return 0;
 }