autoport: add missing parameter for pc_keyboard_init()
This fixes the build for the generated code for boards with PS/2 keyboard, since commit 448e386309c updated the pc_keyboard_init() function. Change-Id: I776b49b847985296eaca4af6d6e49ab5d6abbafe Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/18242 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
f224e836c0
commit
8bf53a9f4e
@ -65,7 +65,7 @@ Method(_PTS,1)
|
|||||||
|
|
||||||
if hasKeyboard {
|
if hasKeyboard {
|
||||||
si.WriteString("#include <drivers/pc80/pc/ps2_controller.asl>\n")
|
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")
|
MainboardIncludes = append(MainboardIncludes, "pc80/keyboard.h")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user