Re: [U-Boot] [RFC PATCH v2 05/15] main: Move boot_delay code into its own function

2013-02-24 Thread Joe Hershberger
HI Simon, On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass wrote: > Move this code into its own function, since it clutters up main_loop(). > > Signed-off-by: Simon Glass > --- > Changes in v2: None > > common/main.c | 155 > ++ > 1 file cha

[U-Boot] [RFC PATCH v2 05/15] main: Move boot_delay code into its own function

2013-02-24 Thread Simon Glass
Move this code into its own function, since it clutters up main_loop(). Signed-off-by: Simon Glass --- Changes in v2: None common/main.c | 155 ++ 1 file changed, 79 insertions(+), 76 deletions(-) diff --git a/common/main.c b/common/main.