Re: [U-Boot] [PATCH 09/14] Rename bootretry functions and remove #ifdefs

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:31PM -0600, Simon Glass wrote: > Add a bootretry_ prefix to these two functions, and remove the need for > the #ifdef around everything (it moves to the Makefile). > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description

[U-Boot] [PATCH 09/14] Rename bootretry functions and remove #ifdefs

2014-04-10 Thread Simon Glass
Add a bootretry_ prefix to these two functions, and remove the need for the #ifdef around everything (it moves to the Makefile). Signed-off-by: Simon Glass --- board/hymod/hymod.c | 4 +--- board/hymod/input.c | 8 ++-- common/autoboot.c | 6 +- common/bootretry.c | 4 ++-- commo