From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 Jun 2016 07:47:03 +0200 Subject: [U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot() In-Reply-To: <1466487167-18987-7-git-send-email-yamada.masahiro@socionext.com> References: <1466487167-18987-1-git-send-email-yamada.masahiro@socionext.com> <1466487167-18987-7-git-send-email-yamada.masahiro@socionext.com> Message-ID: <5768D4D7.7020100@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: > Move the bootdelay >= 0 check to the caller, which simplifies > the callees. > > Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Thanks, Stefan