]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move bootretry code into bootretry.c and clean up
authorSimon Glass <sjg@chromium.org>
Fri, 11 Apr 2014 02:01:30 +0000 (20:01 -0600)
committerTom Rini <trini@ti.com>
Thu, 29 May 2014 21:48:21 +0000 (17:48 -0400)
commit0098e179e1afacb3cf595c67a98b8739dc7edcde
treec19140ef37a8f86d6ccd5d2a065239f09cf09121
parent30354978ff470470c15caea2566b61b5792ad277
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>
13 files changed:
board/hymod/hymod.c
board/hymod/input.c
common/Makefile
common/autoboot.c
common/bootretry.c [new file with mode: 0644]
common/cli_hush.c
common/cli_readline.c
common/cli_simple.c
common/cmd_i2c.c
common/cmd_mem.c
common/cmd_pci.c
include/bootretry.h [new file with mode: 0644]
include/common.h