Re: [PATCH 04/12] x86: zimage: Quieten down the zimage boot process

2020-10-15 Thread Bin Meng
On Mon, Sep 28, 2020 at 8:46 AM Simon Glass wrote: > > Much of the output is not very useful. The bootm command is quite a bit > quieter. Convert some output to use log_debug(). > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/zimage.c | 11 ++- > 1 file changed, 6 insertions(+), 5

[PATCH 04/12] x86: zimage: Quieten down the zimage boot process

2020-09-27 Thread Simon Glass
Much of the output is not very useful. The bootm command is quite a bit quieter. Convert some output to use log_debug(). Signed-off-by: Simon Glass --- arch/x86/lib/zimage.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zima