Re: [U-Boot] [PATCH] MPC8xxx: drop redundant boot messages

2011-07-28 Thread Kumar Gala
On Jul 25, 2011, at 3:13 AM, Wolfgang Denk wrote: > 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

Re: [U-Boot] [PATCH] MPC8xxx: drop redundant boot messages

2011-07-28 Thread York Sun
On Mon, 2011-07-25 at 10:13 +0200, Wolfgang Denk wrote: > 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

[U-Boot] [PATCH] MPC8xxx: drop redundant boot messages

2011-07-25 Thread Wolfgang Denk
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 Cc: