Re: [U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-30 Thread Sam Protsenko
Hi Wolfgang, On Thu, Jul 26, 2018 at 4:28 PM, Wolfgang Denk wrote: > Dear Sam, > > In message > you > wrote: >> >> Does this series look ok to you? Can you please review? > > Sorry for the delay. > > Hm... I wonder if we should handle patch 1/2 in the same way as done > in 2/2, i. e. not

Re: [U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-30 Thread Sam Protsenko
Hi Yaniv, On Wed, Jul 25, 2018 at 2:05 PM, Yaniv Levinsky wrote: > On 07/20/2018 06:18 PM, Sam Protsenko wrote: >> This patch series intended to make boot log better. Basically here we >> just remove unwanted error messages, relying on the message from most >> deep API to be printed (like mmc

Re: [U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-26 Thread Wolfgang Denk
Dear Sam, In message you wrote: > > Does this series look ok to you? Can you please review? Sorry for the delay. Hm... I wonder if we should handle patch 1/2 in the same way as done in 2/2, i. e. not remove the printf() in the error case, but turn it into a debug() ? Best regards, Wolfgang

Re: [U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-25 Thread Yaniv Levinsky
On 07/20/2018 06:18 PM, Sam Protsenko wrote: > This patch series intended to make boot log better. Basically here we > just remove unwanted error messages, relying on the message from most > deep API to be printed (like mmc subsystem). At the moment this looks > like most clean solution to

Re: [U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-24 Thread Sam Protsenko
On Fri, Jul 20, 2018 at 6:18 PM, Sam Protsenko wrote: > This patch series intended to make boot log better. Basically here we > just remove unwanted error messages, relying on the message from most > deep API to be printed (like mmc subsystem). At the moment this looks > like most clean solution

[U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear

2018-07-20 Thread Sam Protsenko
This patch series intended to make boot log better. Basically here we just remove unwanted error messages, relying on the message from most deep API to be printed (like mmc subsystem). At the moment this looks like most clean solution to cluttered log problem, as any other solution will be