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:
parent
c63f91f4dc
commit
5781cec27d
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue