From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 10 Nov 2005 14:54:31 +0100 Subject: [U-Boot-Users] How to change bootdelay?If I set bootdelay=0 In-Reply-To: <20051110134039.3B811CA0A3@ws5-11.us4.outblaze.com> References: <20051110134039.3B811CA0A3@ws5-11.us4.outblaze.com> Message-ID: <200511101454.31770.sr@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 Dalalilala? On Thursday 10 November 2005 14:40, dalalilala hellokity wrote: > Hi, > > It is so unwise..... > > I set the env "bootdelay=0" > Boot more quickly, everything seem like perfect. > But, I can't hit any key to stop autoboot. > > Who knows how can I do? > I really want to hit any key to stop autoboot!!!! That's simple. You have to define "CONFIG_ZERO_BOOTDELAY_CHECK" in your board configuration file. Best regards, Stefan