Re: [U-Boot] [PATCH 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-06-21 Thread Heiko Schocher
Hello Masahiro, Am 21.06.2016 um 07:32 schrieb Masahiro Yamada: Factor out the same code from the callees to the caller. Signed-off-by: Masahiro Yamada --- common/autoboot.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-)

Re: [U-Boot] [PATCH 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-06-21 Thread Simon Glass
On 20 June 2016 at 23:32, Masahiro Yamada wrote: > Factor out the same code from the callees to the caller. > > Signed-off-by: Masahiro Yamada > --- > > common/autoboot.c | 21 ++--- > 1 file changed, 10

Re: [U-Boot] [PATCH 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-06-20 Thread Stefan Roese
Hi Masahiro, On 21.06.2016 07:32, Masahiro Yamada wrote: Factor out the same code from the callees to the caller. Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot

[U-Boot] [PATCH 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-06-20 Thread Masahiro Yamada
Factor out the same code from the callees to the caller. Signed-off-by: Masahiro Yamada --- common/autoboot.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/common/autoboot.c b/common/autoboot.c index eb31c88..2d19104