Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename bootretry functions and remove #ifdefs | Simon Glass | 2014-05-29 | -2/+2 |
| | | | | | | | 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 <sjg@chromium.org> | |||
* | Move bootretry code into bootretry.c and clean up | Simon Glass | 2014-05-29 | -0/+59 |
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 <sjg@chromium.org> |