18 Oct
2025
18 Oct
'25
8:41 a.m.
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(-) 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) -- 2.43.0