Re: [PATCH v2 2/4] boot: enable booting via EFI boot manager by default

2024-04-04 Thread Ilias Apalodimas
On Thu, 4 Apr 2024 at 14:49, Heinrich Schuchardt wrote: > > If UEFI is enabled in U-Boot, we want it to conform to the UEFI > specification. This requires enabling the boot manager boot method. > > Reported-by: E Shattow > Signed-off-by: Heinrich Schuchardt > --- > v2: > fix building

[PATCH v2 2/4] boot: enable booting via EFI boot manager by default

2024-04-04 Thread Heinrich Schuchardt
If UEFI is enabled in U-Boot, we want it to conform to the UEFI specification. This requires enabling the boot manager boot method. Reported-by: E Shattow Signed-off-by: Heinrich Schuchardt --- v2: fix building with EFI_BOOT_MGR but w/o BOOTSTD --- boot/Kconfig | 10