Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85794?usp=email )
Change subject: ec/starlabs/merlin/nuvoton: Remove the call to initialise the keyboard ......................................................................
ec/starlabs/merlin/nuvoton: Remove the call to initialise the keyboard
This is done by edk2, so there isn't any need for coreboot to do it.
Change-Id: I947d5d2f7512cc910963054dfbe6b5dc0f00462a Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/85794 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- M src/ec/starlabs/merlin/nuvoton.c 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/ec/starlabs/merlin/nuvoton.c b/src/ec/starlabs/merlin/nuvoton.c index d0b119f..e59fa6e 100644 --- a/src/ec/starlabs/merlin/nuvoton.c +++ b/src/ec/starlabs/merlin/nuvoton.c @@ -5,7 +5,6 @@ #include <device/pnp.h> #include <ec/acpi/ec.h> #include <option.h> -#include <pc80/keyboard.h>
#include "ec.h" #include "ecdefs.h" @@ -56,8 +55,6 @@ return; }
- pc_keyboard_init(NO_AUX_DEVICE); - /* * Restore settings from CMOS into EC RAM: *