mpc8641: Support 36-bit physical addressing
[oweals/u-boot.git] / cpu / mcf532x / cpu.c
index bcb092de0f4933f761bec4866d4a1d2761988cb5..331cc15da4ce79579020d4689ec6cb90cc3eacb8 100644 (file)
@@ -104,8 +104,8 @@ int checkcpu(void)
                printf("Freescale MCF%d (Mask:%01x Version:%x)\n", id, msk,
                       ver);
                printf("       CPU CLK %s MHz BUS CLK %s MHz\n",
-                      strmhz(buf1, gd->cpu_clk)),
-                      strmhz(buf2, gd->bus_clk)));
+                      strmhz(buf1, gd->cpu_clk),
+                      strmhz(buf2, gd->bus_clk));
        }
 
        return 0;