Re: [U-Boot] [PATCH 08/14] Move bootretry code into bootretry.c and clean up

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:30PM -0600, Simon Glass wrote: > This code is only used by one board, so it seems a shame to clutter up > the readline code with it. Move it into its own file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Di

[U-Boot] [PATCH 08/14] Move bootretry code into bootretry.c and clean up

2014-04-10 Thread Simon Glass
This code is only used by one board, so it seems a shame to clutter up the readline code with it. Move it into its own file. Signed-off-by: Simon Glass --- board/hymod/hymod.c | 1 + board/hymod/input.c | 1 + common/Makefile | 5 + common/autoboot.c | 1 + common/bootretr