commit | 6d1248a20dbf19260538e549afe56fc724ccd999 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 27 16:23:02 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 01 17:42:55 2016 -0400 |
tree | d2417083fc5ee55acd633459db7ba128be4ad9db | |
parent | 5fadc7fe98bff4b18f711ff7830fcdf8d90f5368 [diff] |
autoboot: rename abortboot_{keyed, normal} to __abortboot Because abortboot_keyed() and abortboot_normal() are not compiled at the same time, we can rename both of them to __abortboot(). This allows to drop #ifdef from the caller. 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>