]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
main: Move boot_delay code into its own function
authorSimon Glass <sjg@chromium.org>
Wed, 15 May 2013 06:23:56 +0000 (06:23 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commitbc2b4c27d0fcdaac45f704d9ae05ef0bab3dc928
treebe8bd123cc02fef33877e4f3742e11707773664d
parent063ae006aedf1f828d8e23177eb8e049ce4fe968
main: Move boot_delay code into its own function

Move this code into its own function, since it clutters up main_loop().

Signed-off-by: Simon Glass <sjg@chromium.org>
common/main.c