[U-Boot] [PATCH] mpc8xxx: lc_common_dimm_params: make less verbose

Kumar Gala galak at kernel.crashing.org
Thu Sep 1 06:29:30 CEST 2011


On Aug 31, 2011, at 3:37 PM, Wolfgang Denk wrote:

> Dear Kumar,
> 
> In message <1311581699-6301-1-git-send-email-wd at denx.de> I wrote:
>> lc_common_dimm_params.c was too verbose and corrupted the boot
>> message display like this:
>> 
>> 	...
>> 	DRAM:  Detected UDIMM M2U25664DS88C3G-6K
>> 	DDR: 256 MiB (DDR1, 64-bit, CL=2, ECC off)
>> 	...
>> 
>> Turn printf() into debug() so we het the expected output again:
>> 
>> 	...
>> 	DRAM:  256 MiB (DDR1, 64-bit, CL=2, ECC off)
>> 	...
>> 
>> Signed-off-by: Wolfgang Denk <wd at denx.de>
>> Cc: Kumar Gala <galak at kernel.crashing.org>
>> 
>> ---
>> .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> Ping?

Can we defer for now and I'll ask York to look at adding a meminfo command that move this and what board_add_ram_info() is doing to.  And reduce this down to just printing out size.

- k


More information about the U-Boot mailing list