Move bootretry code into bootretry.c and clean up

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>
This commit is contained in:
Simon Glass 2014-04-10 20:01:30 -06:00 committed by Tom Rini
parent 30354978ff
commit 0098e179e1
13 changed files with 108 additions and 57 deletions

View file

@ -14,6 +14,7 @@
*/
#include <common.h>
#include <bootretry.h>
#include <cli.h>
#include <command.h>
#include <asm/processor.h>