Re: [U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-06-21 Thread Heiko Schocher
Hello Masahiro, Am 21.06.2016 um 07:32 schrieb Masahiro Yamada: Move the bootdelay >= 0 check to the caller, which simplifies the callees. Signed-off-by: Masahiro Yamada --- common/autoboot.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) Thanks! Reviewed-

Re: [U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-06-21 Thread Simon Glass
On 20 June 2016 at 23:47, Stefan Roese wrote: > Hi Masahiro, > > On 21.06.2016 07:32, Masahiro Yamada wrote: >> >> Move the bootdelay >= 0 check to the caller, which simplifies >> the callees. >> >> Signed-off-by: Masahiro Yamada > > > Reviewed-by: Stefan Roese Reviewed-by: Simon Glass ___

Re: [U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-06-20 Thread Stefan Roese
Hi Masahiro, On 21.06.2016 07:32, Masahiro Yamada wrote: Move the bootdelay >= 0 check to the caller, which simplifies the callees. Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.

[U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-06-20 Thread Masahiro Yamada
Move the bootdelay >= 0 check to the caller, which simplifies the callees. Signed-off-by: Masahiro Yamada --- common/autoboot.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/common/autoboot.c b/common/autoboot.c index 2d19104..528919f 100644 --- a/c