efi-x86_app64: Use bootflow scan for boot command

Switch back to the normal boot command for this app.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-25 08:53:11 +01:00
parent a12023a01a
commit 46b43a1658

View File

@@ -17,7 +17,7 @@ CONFIG_BOOTSTD_FULL=y
CONFIG_SHOW_BOOT_PROGRESS=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
CONFIG_BOOTCOMMAND="bootctl run"
CONFIG_BOOTCOMMAND="bootflow scan -lb"
CONFIG_SYS_PBSIZE=532
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_CONSOLE_PAGER is not set