On Wed, 2 Oct 2024 at 07:26, Martyn Welch <[email protected]> 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: Martyn Welch <[email protected]> > --- > boot/bootmeth_extlinux.c | 2 +- > boot/bootmeth_pxe.c | 2 +- > boot/pxe_utils.c | 14 +++++++++++++- > cmd/pxe.c | 4 ++-- > cmd/sysboot.c | 2 +- > include/pxe_utils.h | 10 +++++++++- > 6 files changed, 27 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

