[U-Boot] [PATCH] MPC8xxx: drop redundant boot messages
Kumar Gala
galak at kernel.crashing.org
Thu Jul 28 21:52:45 CEST 2011
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 (DDR1, 64-bit, CL=2, ECC off)
>
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> Cc: Kumar Gala <galak at kernel.crashing.org>
> ---
> arch/powerpc/cpu/mpc85xx/cpu.c | 2 +-
> board/freescale/corenet_ds/ddr.c | 2 +-
> board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 +-
> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 +-
> board/freescale/p2041rdb/ddr.c | 2 +-
> board/sbc8641d/sbc8641d.c | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
applied to 85xx
- k
More information about the U-Boot
mailing list