commit | f2bbb536b09716599148d0cb08b36d5622612a1b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Jul 25 10:13:53 2011 +0200 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 29 08:53:39 2011 -0500 |
tree | 6ba767d3f422371a41d54b84d52f1ec6e7ea9e04 | |
parent | d93f4f7194eeadbfbee46ea4078182a3739b51f1 [diff] |
MPC8xxx: drop redundant boot messages Current code would print RAM size information like this: DRAM: DDR: 256 MiB (DDR1, 64-bit, CL=2, ECC off) Turn a number of printf()s into debug() to get rid of the redundant "DDR: " string like this: DRAM: 256 MiB (DDR1, 64-bit, CL=2, ECC off) Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: York Sun <yorksun@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>