]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/44x_spd_ddr.c
Sync'd u-boot-net with mainline
[u-boot] / cpu / ppc4xx / 44x_spd_ddr.c
index 8c18d0f4e215a901370da525bc31c9aac09f9c01..6d6fba1802dffec8e61c5d46fee2ffba4874e145 100644 (file)
@@ -1017,7 +1017,7 @@ static int short_mem_test(void)
                         */
                        for (i = 0; i < NUMMEMTESTS; i++) {
                                for (j = 0; j < NUMMEMWORDS; j++) {
-//printf("bank enabled base:%x\n", &membase[j]);
+                                       /* printf("bank enabled base:%x\n", &membase[j]); */
                                        membase[j] = test[i][j];
                                        ppcDcbf((unsigned long)&(membase[j]));
                                }