From: Jan Kiszka Date: Thu, 27 Jul 2023 04:34:56 +0000 (+0200) Subject: configs: iot2050: Enabled keyed autoboot X-Git-Tag: v2025.01-rc5-pxa1908~912^2~7 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=784f7382de2f06d510d5d5d3bef717001e82e912;p=u-boot.git configs: iot2050: Enabled keyed autoboot Only accept SPACE to stop autobooting. This is safer to avoid accidental interruptions on unattended devices. Signed-off-by: Jan Kiszka --- diff --git a/configs/iot2050_defconfig b/configs/iot2050_defconfig index b5a50d4fa4..bcbaa92ee8 100644 --- a/configs/iot2050_defconfig +++ b/configs/iot2050_defconfig @@ -36,6 +36,10 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTSTAGE=y CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_SPL_SHOW_BOOT_PROGRESS=y +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_FLUSH_STDIN=y +CONFIG_AUTOBOOT_PROMPT="Hit SPACE to stop autoboot in %d seconds...\n" +CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_BOOTCOMMAND="run start_watchdog; run distro_bootcmd" CONFIG_CONSOLE_MUX=y # CONFIG_DISPLAY_CPUINFO is not set