Re: [U-Boot] [PATCH] km/common: remove printfs for i2c deblocking code

2012-07-30 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 30 July 2012 14:53 > To: Gerlando Falauto > Cc: u-boot@lists.denx.de; Holger Brunck; Prafulla Wadaskar > Subject: Re: [U-Boot] [PATCH] km/common: remove printfs for i2c > deblocking cod

Re: [U-Boot] [PATCH] km/common: remove printfs for i2c deblocking code

2012-07-30 Thread Heiko Schocher
Hello Gerlando, On 27.07.2012 16:58, Gerlando Falauto wrote: From: Holger Brunck This code will also be used before reallocation and during this time we are not allowed to do these printings. Signed-off-by: Holger Brunck --- board/keymile/common/common.c |3 --- 1 files changed, 0 inser

Re: [U-Boot] [PATCH] km/common: remove printfs for i2c deblocking code

2012-07-29 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Gerlando Falauto > Sent: 27 July 2012 20:28 > To: u-boot@lists.denx.de > Cc: Holger Brunck > Subject: [U-Boot] [PATCH] km/common: remove printfs for

[U-Boot] [PATCH] km/common: remove printfs for i2c deblocking code

2012-07-27 Thread Gerlando Falauto
From: Holger Brunck This code will also be used before reallocation and during this time we are not allowed to do these printings. Signed-off-by: Holger Brunck --- board/keymile/common/common.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/board/keymile/common/comm