From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 07 Oct 2013 12:04:03 -0700 Subject: [U-Boot] Bootdelay -1 for none autoboot does not work In-Reply-To: References: Message-ID: <525305A3.30805@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mario, On 10/07/2013 09:05 AM, Mario Albrecht wrote: > Hi, > > i am using u-boot 213.07 and hav set CONFIG_BOOTDELAY to -1 > to prevent autoboot. But u-boot seems to ignore the parameter and > do autoboot after 1 second. Could someon please help why I cannot > disable autoboot? > Do you by chance have 'bootdelay' saved in a persistent environment? If memory serves, the 'bootdelay' environment variable over-rides the default from the CONFIG variable.