]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
autoboot: rename abortboot_{keyed, normal} to __abortboot
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Jun 2016 07:23:02 +0000 (16:23 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 1 Jul 2016 21:42:55 +0000 (17:42 -0400)
commitd8da8298ad9b5a379d6fb7f079a3a1a591147a5e
treed2417083fc5ee55acd633459db7ba128be4ad9db
parent2fbb8462b0e18893b4b739705db047ffda82d4fc
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>
common/autoboot.c