From 5781cec27d2b21af204b74323d70e60bbd74cae8 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 29 Dec 2024 20:42:40 +0000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85794 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/ec/starlabs/merlin/nuvoton.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ec/starlabs/merlin/nuvoton.c b/src/ec/starlabs/merlin/nuvoton.c index d0b119f8cd..e59fa6ee7f 100644 --- a/src/ec/starlabs/merlin/nuvoton.c +++ b/src/ec/starlabs/merlin/nuvoton.c @@ -5,7 +5,6 @@ #include #include #include -#include #include "ec.h" #include "ecdefs.h" @@ -56,8 +55,6 @@ static void merlin_init(struct device *dev) return; } - pc_keyboard_init(NO_AUX_DEVICE); - /* * Restore settings from CMOS into EC RAM: *