]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc8641d/sbc8641d.c
MPC8xxx: drop redundant boot messages
[people/ms/u-boot.git] / board / sbc8641d / sbc8641d.c
index dd585412b4b8b5877edb901fbd2e6b8547868bf7..bed8f5350e31b14d281dc0abfb5d7c6b9a063dec 100644 (file)
@@ -63,7 +63,7 @@ phys_size_t initdram (int board_type)
        dram_size = fixed_sdram ();
 #endif
 
-       puts ("    DDR: ");
+       debug ("    DDR: ");
        return dram_size;
 }