Re: [U-Boot] [PATCH 11/14] Simplify the main loop

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:33PM -0600, Simon Glass wrote: > The main loop is easier to follow if the code is grouped into separate > functions. Make this change, so that main_loop() is easier to read. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc D

[U-Boot] [PATCH 11/14] Simplify the main loop

2014-04-10 Thread Simon Glass
The main loop is easier to follow if the code is grouped into separate functions. Make this change, so that main_loop() is easier to read. Signed-off-by: Simon Glass --- common/main.c | 47 ++- 1 file changed, 26 insertions(+), 21 deletions(-) diff -