From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 Jun 2016 07:44:43 +0200 Subject: [U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot In-Reply-To: <1466487167-18987-5-git-send-email-yamada.masahiro@socionext.com> References: <1466487167-18987-1-git-send-email-yamada.masahiro@socionext.com> <1466487167-18987-5-git-send-email-yamada.masahiro@socionext.com> Message-ID: <5768D44B.1020402@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Reviewed-by: Stefan Roese Thanks, Stefan