mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: autoport: add missing parameter for pc_keyboard_init()
This fixes the build for the generated code for boards with PS/2 keyboard, since commit448e386309
updated the pc_keyboard_init() function. BUG=none BRANCH=none TEST=none Change-Id: I02c1eaa937c3a3f3be0ca912091d132577f8e351 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id:8bf53a9f4e
Original-Change-Id: I776b49b847985296eaca4af6d6e49ab5d6abbafe Original-Signed-off-by: Iru Cai <mytbk920423@gmail.com> Original-Reviewed-on: https://review.coreboot.org/18242 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://chromium-review.googlesource.com/434482
This commit is contained in:
parent
7b2669e1e0
commit
d89d0caea2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Method(_PTS,1)
|
|||
|
||||
if hasKeyboard {
|
||||
si.WriteString("#include <drivers/pc80/pc/ps2_controller.asl>\n")
|
||||
MainboardInit += fmt.Sprintf("\tpc_keyboard_init();\n")
|
||||
MainboardInit += fmt.Sprintf("\tpc_keyboard_init(NO_AUX_DEVICE);\n")
|
||||
MainboardIncludes = append(MainboardIncludes, "pc80/keyboard.h")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue