commit | 4632739202ae4d1f67c5591551598be0a80d501d | [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 | 09b9d9e55f64259763c20217f7743dbeec9bb055 [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>