[Concept,20/24] bootctl: Disable autoboot

Message ID 20251018084117.1798704-21-sjg@u-boot.org
State New
Headers
Series bootctl: Expand bootctl to include a new UI |

Commit Message

Simon Glass Oct. 18, 2025, 8:41 a.m. UTC
  From: Simon Glass <sjg@chromium.org>

Disable the autoboot feature to make the two UIs more similar.

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

 include/bootctl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/include/bootctl.dtsi b/include/bootctl.dtsi
index d7c191770a7..05032a924e1 100644
--- a/include/bootctl.dtsi
+++ b/include/bootctl.dtsi
@@ -24,7 +24,7 @@ 
 		track-success;
 
 		/* auto-boot the default OS after a timeout */
-		autoboot;
+		// autoboot;
 
 		/* measure loaded images, etc. */
 #if !defined(CONFIG_QEMU) && !defined(CONFIG_EFI_APP)