commit | 9a33386830df1d734202efa089737f737a530a8b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 27 16:23:04 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 01 17:42:56 2016 -0400 |
tree | 396b5f424b0a61b9947d649c122cfd646098a0b6 | |
parent | d88f8726b45d6c3264f2ed067c72dc0465f3f135 [diff] |
autoboot: move bootdelay >= 0 check to abortboot() Move the bootdelay >= 0 check to the caller, which simplifies the callees. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>