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>
This commit is contained in:
Sean Rhodes 2024-12-29 20:42:40 +00:00
commit 5781cec27d

View file

@ -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 @@ static void merlin_init(struct device *dev)
return;
}
pc_keyboard_init(NO_AUX_DEVICE);
/*
* Restore settings from CMOS into EC RAM:
*