Re: [PATCH 2/3] board: dragonboard410c: Fix fastboot

2021-07-24 Thread Tom Rini
On Wed, Jul 14, 2021 at 10:56:25AM +0200, Stephan Gerhold wrote: > At the moment pressing the volume down key does not actually launch > fastboot. This is because setting "bootdelay" to "-1" actually > disables autoboot and drops to the U-Boot console. It does not execute > the "bootcmd". > >

Re: [PATCH 2/3] board: dragonboard410c: Fix fastboot

2021-07-14 Thread Ramon Fried
On Wed, Jul 14, 2021 at 11:56 AM Stephan Gerhold wrote: > > At the moment pressing the volume down key does not actually launch > fastboot. This is because setting "bootdelay" to "-1" actually > disables autoboot and drops to the U-Boot console. It does not execute > the "bootcmd". > > The

[PATCH 2/3] board: dragonboard410c: Fix fastboot

2021-07-14 Thread Stephan Gerhold
At the moment pressing the volume down key does not actually launch fastboot. This is because setting "bootdelay" to "-1" actually disables autoboot and drops to the U-Boot console. It does not execute the "bootcmd". The correct value for "bootdelay" here would be "-2", which disables the delay