Re: [U-Boot] [PATCH] common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

2009-01-23 Thread Wolfgang Denk
Dear Peter Korsgaard, In message <1228922656-27689-1-git-send-email-jac...@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. > > Do this by reversing the loop so

Re: [U-Boot] [PATCH] common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

2008-12-11 Thread Peter Korsgaard
> "Wolfgang" == Wolfgang Denk writes: Wolfgang> Dear Peter Korsgaard, Wolfgang> In message <1228922656-27689-1-git-send-email-jac...@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

Re: [U-Boot] [PATCH] common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

2008-12-11 Thread Wolfgang Denk
Dear Peter Korsgaard, In message <1228922656-27689-1-git-send-email-jac...@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. Ummm... how do you enter the "passwor

[U-Boot] [PATCH] common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

2008-12-10 Thread Peter Korsgaard
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. Do this by reversing the loop so we do atleast one iteration before checking for timeout. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]>