]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/corenet_ds/ddr.c
MPC8xxx: drop redundant boot messages
[karo-tx-uboot.git] / board / freescale / corenet_ds / ddr.c
index a184592e57cd87410dc9d70dee5b4284983dccae..b93701571b7fd19ac7c8fc46149d1e6f9559f07d 100644 (file)
@@ -256,6 +256,6 @@ phys_size_t initdram(int board_type)
        dram_size = setup_ddr_tlbs(dram_size / 0x100000);
        dram_size *= 0x100000;
 
-       puts("    DDR: ");
+       debug("    DDR: ");
        return dram_size;
 }