OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
[oweals/u-boot.git] / cpu / mpc85xx / cpu.c
index 7c50c2fea8512484aab079a0a8af02ed69e46779..ef976a43fe8c013d2cdd25d73c7508d27a5212db 100644 (file)
@@ -61,6 +61,8 @@ struct cpu_type cpu_type_list [] = {
        CPU_TYPE_ENTRY(8567, 8567_E),
        CPU_TYPE_ENTRY(8568, 8568),
        CPU_TYPE_ENTRY(8568, 8568_E),
+       CPU_TYPE_ENTRY(8569, 8569),
+       CPU_TYPE_ENTRY(8569, 8569_E),
        CPU_TYPE_ENTRY(8572, 8572),
        CPU_TYPE_ENTRY(8572, 8572_E),
        CPU_TYPE_ENTRY(P2020, P2020),
@@ -147,7 +149,8 @@ int checkcpu (void)
 
        puts("Clock Configuration:");
        for (i = 0; i < CONFIG_NUM_CPUS; i++) {
-                if (!(i & 3)) printf ("\n       ");
+               if (!(i & 3))
+                       printf ("\n       ");
                printf("CPU%d:%-4s MHz, ",
                                i,strmhz(buf1, sysinfo.freqProcessor[i]));
        }