From c9d6143e20fba08ff8a55712da2709d1f7f27681 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 26 Sep 2025 13:33:36 +0100 Subject: gru bob/kevin: make u-boot bootflow timeout 8secs not 30secs it's 8 seconds on x86 8 is more reasonable. 30 feels too long. Signed-off-by: Leah Rowe --- config/u-boot/gru_bob/config/default | 2 +- config/u-boot/gru_kevin/config/default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/u-boot/gru_bob/config/default b/config/u-boot/gru_bob/config/default index cc93540c..f6894b52 100644 --- a/config/u-boot/gru_bob/config/default +++ b/config/u-boot/gru_bob/config/default @@ -834,7 +834,7 @@ CONFIG_CMD_BOOTM=y CONFIG_CMD_BOOTDEV=y CONFIG_CMD_BOOTFLOW=y CONFIG_CMD_BOOTFLOW_FULL=y -CONFIG_CMD_BOOTFLOW_BOOTDELAY=30 +CONFIG_CMD_BOOTFLOW_BOOTDELAY=8 CONFIG_CMD_BOOTMETH=y CONFIG_CMD_BOOTSTD=y CONFIG_BOOTM_EFI=y diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default index 310fcb6f..582c51f9 100644 --- a/config/u-boot/gru_kevin/config/default +++ b/config/u-boot/gru_kevin/config/default @@ -834,7 +834,7 @@ CONFIG_CMD_BOOTM=y CONFIG_CMD_BOOTDEV=y CONFIG_CMD_BOOTFLOW=y CONFIG_CMD_BOOTFLOW_FULL=y -CONFIG_CMD_BOOTFLOW_BOOTDELAY=30 +CONFIG_CMD_BOOTFLOW_BOOTDELAY=8 CONFIG_CMD_BOOTMETH=y CONFIG_CMD_BOOTSTD=y CONFIG_BOOTM_EFI=y -- cgit v1.2.1