From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 12 Dec 2008 00:52:24 +0100 Subject: [U-Boot] [PATCH] common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED In-Reply-To: <20081211233847.10F8E84610D8@gemini.denx.de> (Wolfgang Denk's message of "Fri\, 12 Dec 2008 00\:38\:47 +0100") References: <1228922656-27689-1-git-send-email-jacmet@sunsite.dk> <20081211233847.10F8E84610D8@gemini.denx.de> Message-ID: <87fxkul16v.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >>>>> "Wolfgang" == Wolfgang Denk writes: Wolfgang> Dear Peter Korsgaard, Wolfgang> In message <1228922656-27689-1-git-send-email-jacmet@sunsite.dk> you wrote: >> Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case >> similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the >> !CONFIG_AUTOBOOT_KEYED case. Wolfgang> Ummm... how do you enter the "password" when you have no time to do Wolfgang> this? Before the loop starts, just like the CONFIG_ZERO_BOOTDELAY_CHECK stuff. E.G. I have: #define CONFIG_BOOTDELAY 0 #define CONFIG_AUTOBOOT_KEYED 1 #define CONFIG_AUTOBOOT_STOP_STR "c" And I can stop autoboot if I connect a serial cable to the board and hold down the 'c' button while powering up the board. -- Bye, Peter Korsgaard