Re: [U-Boot] [PATCH 06/14] Move autoboot code to autoboot.c

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:28PM -0600, Simon Glass wrote: > The autoboot code is complex and long. It deserves its own file with > a simple interface from main.c. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH 06/14] Move autoboot code to autoboot.c

2014-04-10 Thread Simon Glass
The autoboot code is complex and long. It deserves its own file with a simple interface from main.c. Signed-off-by: Simon Glass --- common/Makefile| 5 + common/autoboot.c | 363 common/main.c | 366 +--