commit | e71c1e6e72168df469ccc4cc2b0e51f9493ffe64 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 15 06:23:55 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Jun 04 16:06:31 2013 -0400 |
tree | 2a6dc25f96c67b37b096e29714e675f0ec61dda9 | |
parent | d1892ac15298ee7a679c631bbc815dd5677e70f4 [diff] |
main: Separate out the two abortboot() functions There are two implementations of abortboot(). Turn these into two separate functions, and create a single abortboot() which calls either one or the other. Also it seems that nothing uses abortboot() outside main, so make it static. At this point there is no further use of CONFIG_MENU in main.c. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>