[U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear
Sam Protsenko
semen.protsenko at linaro.org
Tue Jul 24 16:42:53 UTC 2018
On Fri, Jul 20, 2018 at 6:18 PM, Sam Protsenko
<semen.protsenko at linaro.org> 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 cluttered log problem, as any other solution
> will be hackish.
>
> With this patch set applied we will see something like this:
>
> Loading Environment from FAT... MMC: no card present
> Loading Environment from MMC... OK
>
> instead of:
>
> Loading Environment from FAT... MMC: no card present
> ** Bad device mmc 0 **
> Failed (-5)
> Loading Environment from MMC... OK
>
> Sam Protsenko (2):
> env: Don't print "Failed" error message
> disk: part: Don't show redundant error message
>
> disk/part.c | 2 +-
> env/env.c | 12 +++++++-----
> 2 files changed, 8 insertions(+), 6 deletions(-)
>
> --
> 2.18.0
>
Hi Wolfgang,
Does this series look ok to you? Can you please review?
Thanks!
More information about the U-Boot
mailing list