common: Move upmconfig() to ppc.h
[oweals/u-boot.git] / board / socrates / socrates.c
index 5f58b4c21bd6c1acec6c4a94fc030e9babda88b1..f1dec6c6fae0a53988fb55c8e4e702c3d325733d 100644 (file)
@@ -165,11 +165,11 @@ void local_bus_init (void)
 
        /* Init UPMA for FPGA access */
        out_be32 (&lbc->mamr, 0x44440); /* Use a customer-supplied value */
-       upmconfig (UPMA, (uint *)UPMTableA, sizeof(UPMTableA)/sizeof(int));
+       upmconfig(UPMA, (uint *)UPMTableA, sizeof(UPMTableA) / sizeof(int));
 
        /* Init UPMB for Lime controller access */
        out_be32 (&lbc->mbmr, 0x444440); /* Use a customer-supplied value */
-       upmconfig (UPMB, (uint *)UPMTableB, sizeof(UPMTableB)/sizeof(int));
+       upmconfig(UPMB, (uint *)UPMTableB, sizeof(UPMTableB) / sizeof(int));
 }
 
 #ifdef CONFIG_BOARD_EARLY_INIT_R