[U-Boot] [PATCH v4 2/8] main: Use autoconf for boot retry feature

2013-10-26 Thread Simon Glass
Change this feature to use autoconf instead of #ifdef. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v4: - Rebase on current master - Tidy up code style nits with new checkpatch Changes in v3: - Fix missing in if() statement -

[U-Boot] [PATCH v4 2/8] main: Use autoconf for boot retry feature

2013-06-17 Thread Simon Glass
Change this feature to use autoconf instead of #ifdef. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v4: - Rebase on current master - Tidy up code style nits with new checkpatch Changes in v3: - Fix missing in if() statement -