Re: [U-Boot] [PATCH] mmc: Add an mmcsilent option

2012-11-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/28/12 11:50, Pantelis Antoniou wrote: > Hi Andy, > > On Nov 28, 2012, at 6:49 PM, Andy Fleming wrote: > >> >> >> >> On Thu, Nov 29, 2012 at 1:34 AM, Pantelis Antoniou >> wrote: When using MMC commands >> for dfu there is considerable noise.

Re: [U-Boot] [PATCH] mmc: Add an mmcsilent option

2012-11-28 Thread Pantelis Antoniou
Hi Andy, On Nov 28, 2012, at 6:49 PM, Andy Fleming wrote: > > > > On Thu, Nov 29, 2012 at 1:34 AM, Pantelis Antoniou > wrote: > When using MMC commands for dfu there is considerable noise. > Suppress mmc messages when mmcsilent is set. > > Signed-off-by: Pantelis Antoniou > > > I'm not f

Re: [U-Boot] [PATCH] mmc: Add an mmcsilent option

2012-11-28 Thread Andy Fleming
On Thu, Nov 29, 2012 at 1:34 AM, Pantelis Antoniou < pa...@antoniou-consulting.com> wrote: > When using MMC commands for dfu there is considerable noise. > Suppress mmc messages when mmcsilent is set. > > Signed-off-by: Pantelis Antoniou > I'm not familiar with DFU mode, but is there a reason i

Re: [U-Boot] [PATCH] mmc: Add an mmcsilent option

2012-11-28 Thread Wolfgang Denk
Dear Pantelis Antoniou, In message <1354174469-5625-1-git-send-email-pa...@antoniou-consulting.com> you wrote: > When using MMC commands for dfu there is considerable noise. > Suppress mmc messages when mmcsilent is set. > > Signed-off-by: Pantelis Antoniou > --- > common/cmd_mmc.c | 10 ++

[U-Boot] [PATCH] mmc: Add an mmcsilent option

2012-11-28 Thread Pantelis Antoniou
When using MMC commands for dfu there is considerable noise. Suppress mmc messages when mmcsilent is set. Signed-off-by: Pantelis Antoniou --- common/cmd_mmc.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 4c19df7..73383f