Re: [U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Tuesday 17 January 2012 03:24:29 Heiko Schocher wrote: >> --- a/common/menu.c >> +++ b/common/menu.c >> choice_item = menu_item_by_key(m, cbuf); >> >> -if (!choice_item) >> +if (!choice_item) { >>

Re: [U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Mike Frysinger
On Tuesday 17 January 2012 03:24:29 Heiko Schocher wrote: > --- a/common/menu.c > +++ b/common/menu.c > choice_item = menu_item_by_key(m, cbuf); > > - if (!choice_item) > + if (!choice_item) { > printf("%s

Re: [U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Jason Hobbs
Dear Heiko, On Tue, Jan 17, 2012 at 03:24:29AM -0500, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Jason Hobbs Acked-by: Jason Hobbs > --- > common/menu.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/common/menu.c b/common/menu.c > index 75

[U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Jason Hobbs --- common/menu.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/common/menu.c b/common/menu.c index 754a9f9..aa16c9a 100644 --- a/common/menu.c +++ b/common/menu.c @@ -236,8 +236,10 @@ static inline int menu_interactive_