Re: [U-Boot] Uninterruptible start

2011-01-05 Thread Andrew Holt (SE)
Hi, In the config file I commented out: #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ And that seems to do it :) Regards, Andrew On 5 Jan 2011, at 10:05, Wolfgang Denk wrote: > Dear "Andrew Holt (SE)", > > In message <9c907c9e-9155-494e-9d4f-6e7c0f010...@elec

Re: [U-Boot] Uninterruptible start

2011-01-05 Thread Wolfgang Denk
Dear "Andrew Holt (SE)", In message <9c907c9e-9155-494e-9d4f-6e7c0f010...@electrans.com> you wrote: > > > Did your try adding a "#define BOOTDELAY -1" in your board config > > file? > > Will this help ? Try it... > By the board config file I guess you mean ./board///board.c ? No. The board co

Re: [U-Boot] Uninterruptible start

2011-01-05 Thread Andrew Holt (SE)
Hi, See below ... On 4 Jan 2011, at 22:09, Wolfgang Denk wrote: > Dear "Andrew Holt (SE)", > > In message <1697cdb1-f968-4361-8895-c52ec77ec...@electrans.com> you wrote: >> >> I want disable the ability to interrupt the boot process. >> >> Setting bootdelay to 0 speeds the start, but if I hi

Re: [U-Boot] Uninterruptible start

2011-01-04 Thread Ben Gardiner
Hi Andrew, On Tue, Jan 4, 2011 at 1:38 PM, Andrew Holt (SE) wrote: > Hi, > > I want disable the ability to interrupt the boot process. > > Setting bootdelay to 0 speeds the start, but if I hit a key at the right (or > wrong, depending on point of view) I can still break out into the U-Boot > co

Re: [U-Boot] Uninterruptible start

2011-01-04 Thread Wolfgang Denk
Dear "Andrew Holt (SE)", In message <1697cdb1-f968-4361-8895-c52ec77ec...@electrans.com> you wrote: > > I want disable the ability to interrupt the boot process. > > Setting bootdelay to 0 speeds the start, but if I hit a key at the right (or > wrong, depending on point of view) I can still bre