mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: x60,t60: do not add etc/ps2-keyboard-spinup for non-seabios payloads
Regardless of the payload chosen a file etc/ps2-keyboard-spinup is added to cbfs. With this fix this file is only added to cbfs when seabios is choses as a payload. BUG=None BRANCH=None TEST=None Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/16146 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Change-Id: I37cf4c998856db2d297356776752643dba46a8f8 Reviewed-on: https://chromium-review.googlesource.com/398622 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
109952d469
commit
c74fbd707b
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ config MAX_CPUS
|
|||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
|
@ -59,6 +59,7 @@ config MAX_CPUS
|
|||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue