summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-20 02:37:25 (EDT)
committer Leah Woods <info@minifree.org>2016-05-20 02:37:25 (EDT)
commitc2bce312e7a4aa3fc523824e4248ff206d6677eb (patch)
tree5e17468408f62885a5d82c15a7140ab872b09131 /resources
parentd30d97f1a8d11e6eb695205fdeeb4036ca83bb59 (diff)
downloadlibreboot-c2bce312e7a4aa3fc523824e4248ff206d6677eb.zip
libreboot-c2bce312e7a4aa3fc523824e4248ff206d6677eb.tar.gz
libreboot-c2bce312e7a4aa3fc523824e4248ff206d6677eb.tar.bz2
actually, 3 seconds is enough
According to damo22 on IRC, PS/2 only needs 1.2 seconds. Coreboot sets it 3s by default, so let's just use coreboot's default setting.
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index 3f48674..d518e75 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -133,7 +133,7 @@ do
# keyboard spinup timeout
./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup || printf "does not exist"
- ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 6000 -n etc/ps2-keyboard-spinup || printf "already exists"
+ ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 3000 -n etc/ps2-keyboard-spinup || printf "already exists"
# .config no longer needed
rm -f ".config"