Re: [U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-06-21 Thread Heiko Schocher
Hello Masahiro, Am 21.06.2016 um 07:32 schrieb Masahiro Yamada: 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

Re: [U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-06-21 Thread Simon Glass
On 20 June 2016 at 23:32, Masahiro Yamada wrote: > 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

Re: [U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-06-20 Thread Stefan Roese
Hi Masahiro, On 21.06.2016 07:32, Masahiro Yamada wrote: 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

[U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-06-20 Thread Masahiro Yamada
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 --- common/autoboot.c | 10 +++--- 1 file changed, 3