From 893e88bc814966d88a313d2c6d3a53d6ee54c9fb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 19 Jun 2024 14:32:42 +0100 Subject: roms: don't insert timeout.cfg this is bloat, because it's something the user can already do at runtime configuration anyway. set it to a reasonable default of 8 seconds instead of 5, and don't honour the timeout variable in target.cfg. this will be documented in the next release. Signed-off-by: Leah Rowe --- config/coreboot/hp2560p_8mb/target.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'config/coreboot/hp2560p_8mb') diff --git a/config/coreboot/hp2560p_8mb/target.cfg b/config/coreboot/hp2560p_8mb/target.cfg index 2e48c44d..341e655e 100644 --- a/config/coreboot/hp2560p_8mb/target.cfg +++ b/config/coreboot/hp2560p_8mb/target.cfg @@ -3,5 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_seabios_withgrub="y" payload_memtest="y" -grub_timeout=10 grub_scan_disk="ahci" -- cgit v1.2.1