diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-26 13:33:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-26 13:33:36 +0100 |
commit | c9d6143e20fba08ff8a55712da2709d1f7f27681 (patch) | |
tree | 7201ab80be38651ad4ea947d20b70a1b09478ba7 /config/u-boot | |
parent | fa6c3512d683554c84d0b5f335607be118cdf9c9 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config/u-boot')
-rw-r--r-- | config/u-boot/gru_bob/config/default | 2 | ||||
-rw-r--r-- | config/u-boot/gru_kevin/config/default | 2 |
2 files changed, 2 insertions, 2 deletions
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 |