Re: [U-Boot] [PATCH] fsl: Don't spew messages related to PHY fixup of device tree

2009-03-06 Thread Andy Fleming
On Tue, Feb 17, 2009 at 8:45 PM, Kumar Gala wrote: > Converted print statements that didn't have much meaning beyond > debug from printf() to debug(). > > Signed-off-by: Kumar Gala I decided to solve this by removing the printfs. They aren't really useful for debugging, unless you're debugging

[U-Boot] [PATCH] fsl: Don't spew messages related to PHY fixup of device tree

2009-02-17 Thread Kumar Gala
Converted print statements that didn't have much meaning beyond debug from printf() to debug(). Signed-off-by: Kumar Gala --- board/freescale/common/sgmii_riser.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/freescale/common/sgmii_riser.c b/board/freescale