From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 20 May 2016 11:07:56 +0200 Subject: [U-Boot] [PATCH] arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK In-Reply-To: <1460538140-21787-1-git-send-email-sr@denx.de> References: <1460538140-21787-1-git-send-email-sr@denx.de> Message-ID: <573ED3EC.2020702@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 On 13.04.2016 11:02, Stefan Roese wrote: > Enable bootdelay 0 check so that booting can be interrupted even with > bootdelay configured to 0. > > Signed-off-by: Stefan Roese > --- > include/configs/theadorable.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h > index 5864f27..6c0e7dc 100644 > --- a/include/configs/theadorable.h > +++ b/include/configs/theadorable.h > @@ -76,6 +76,7 @@ > #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */ > > #define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup */ > +#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ > #define CONFIG_SYS_ALT_MEMTEST > #define CONFIG_PREBOOT > > Applied to u-boot-marvell/master Thanks, Stefan