summaryrefslogtreecommitdiff
path: root/config/coreboot/hp2560p_8mb/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-19 14:32:42 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-19 14:32:42 +0100
commit893e88bc814966d88a313d2c6d3a53d6ee54c9fb (patch)
treefb6acd117e5e98a23147067f42c9c4319cff85b3 /config/coreboot/hp2560p_8mb/target.cfg
parentabfc799fd5938711781d9d867eae55d97973e5e0 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/hp2560p_8mb/target.cfg')
-rw-r--r--config/coreboot/hp2560p_8mb/target.cfg1
1 files changed, 0 insertions, 1 deletions
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"