[PATCH v5 3/8] efi_loader: bootstd: Drop bootmgr for sunxi

Simon Glass sjg at chromium.org
Wed Nov 13 16:09:33 CET 2024


This causes problems with the boot order, so drop it until we can figure
out a better way to know when bootmgr should be used.

Link: https://lore.kernel.org/u-boot/20241112171205.4e80548d@donnerap.manchester.arm.com/

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v5:
- Add new patch to drop bootmgr for sunxi

 boot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/Kconfig b/boot/Kconfig
index b612360ca55..42c5ed288c5 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -583,7 +583,7 @@ config BOOTMETH_EFI_BOOTMGR
 	bool "Bootdev support for EFI boot manager"
 	depends on EFI_BOOTMGR
 	select BOOTMETH_GLOBAL
-	default y
+	default y if !ARCH_SUNXI  # Temporary work-around for sunxi
 	help
 	  Enable booting via the UEFI boot manager. Based on the EFI variables
 	  the EFI binary to be launched is determined. To set the EFI variables
-- 
2.34.1



More information about the U-Boot mailing list