Re: [PATCH 2/4] boot: Add logic to enable booting from fallback option

2024-10-08 Thread Simon Glass
On Wed, 2 Oct 2024 at 07:26, Martyn Welch wrote: > > The "fallback" extlinux config option allows us to set an alternative > default boot option for when it has been detected that the default is > failing. Implement the logic required to boot from this option when > desired. > > Signed-off-by: Mar

[PATCH 2/4] boot: Add logic to enable booting from fallback option

2024-10-02 Thread Martyn Welch
The "fallback" extlinux config option allows us to set an alternative default boot option for when it has been detected that the default is failing. Implement the logic required to boot from this option when desired. Signed-off-by: Martyn Welch --- boot/bootmeth_extlinux.c | 2 +- boot/bootmeth