]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC8xxx: drop redundant boot messages
authorWolfgang Denk <wd@denx.de>
Mon, 25 Jul 2011 08:13:53 +0000 (10:13 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jul 2011 13:53:39 +0000 (08:53 -0500)
commit21cd5815a7e956e689ac78be2ade05e61fd5dce7
tree6ba767d3f422371a41d54b84d52f1ec6e7ea9e04
parent74d9d5239f5eb5ae6b6ed92d13db304d4bd2f699
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>
arch/powerpc/cpu/mpc85xx/cpu.c
board/freescale/corenet_ds/ddr.c
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/freescale/p2041rdb/ddr.c
board/sbc8641d/sbc8641d.c