Re: [PATCH] common, autoboot: sync functionality with Kconfig description

2020-10-22 Thread Tom Rini
On Wed, Oct 07, 2020 at 08:06:54AM +0200, Heiko Schocher wrote: > add back again special case: -2 > autoboot with no delay and no check for abort > > as described in Kconfig option, see common/Kconfig > help text for option BOOTDELAY. > > Signed-off-by: Heiko Schocher > Reviewed-by: Tom Rini >

Re: [PATCH] common, autoboot: sync functionality with Kconfig description

2020-10-09 Thread Simon Glass
Hi Heiko, On Fri, 9 Oct 2020 at 07:21, Tom Rini wrote: > > On Wed, Oct 07, 2020 at 08:06:54AM +0200, Heiko Schocher wrote: > > > add back again special case: -2 > > autoboot with no delay and no check for abort > > > > as described in Kconfig option, see common/Kconfig > > help text for option BO

Re: [PATCH] common, autoboot: sync functionality with Kconfig description

2020-10-09 Thread Tom Rini
On Wed, Oct 07, 2020 at 08:06:54AM +0200, Heiko Schocher wrote: > add back again special case: -2 > autoboot with no delay and no check for abort > > as described in Kconfig option, see common/Kconfig > help text for option BOOTDELAY. > > Signed-off-by: Heiko Schocher Reviewed-by: Tom Rini -

[PATCH] common, autoboot: sync functionality with Kconfig description

2020-10-06 Thread Heiko Schocher
add back again special case: -2 autoboot with no delay and no check for abort as described in Kconfig option, see common/Kconfig help text for option BOOTDELAY. Signed-off-by: Heiko Schocher --- https://travis-ci.org/github/hsdenx/u-boot-test/builds/733562410 common/autoboot.c | 3 ++- 1 file