[Concept,01/13] Revert "configs: efi-x86_app64: Scan all partitions at autoboot"

Message ID 20260507221507.505998-2-sjg@u-boot.org
State New
Headers
Series bootstd: bls: Scan every partition; Ubuntu autoinstall via BLS |

Commit Message

Simon Glass May 7, 2026, 10:14 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This reverts commit e2fe05eb6f3e4a5d24a4eec6c330edf77b4c8f9a.

That commit overrides bootcmd to "bootflow scan -lpb" so the scan
reaches data partitions on hybrid ISOs that the strict BLS
partition-type filter in earlier bootmeth_bls skipped. The following
patch lifts the filter altogether by setting BOOTMETHF_ANY_PART on
bootmeth_bls, so the bootmeth visits every partition itself and the
board-specific override is redundant. Fall back to the default
"bootflow scan -lb" with no loss of coverage.

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

 configs/efi-x86_app64_defconfig | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig
index cf9114021e8..50c700e20c5 100644
--- a/configs/efi-x86_app64_defconfig
+++ b/configs/efi-x86_app64_defconfig
@@ -22,7 +22,6 @@  CONFIG_BOOTMETH_BLS=y
 CONFIG_SHOW_BOOT_PROGRESS=y
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
-CONFIG_BOOTCOMMAND="bootflow scan -lpb"
 CONFIG_SYS_PBSIZE=532
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_CONSOLE_PAGER is not set