diff options
Diffstat (limited to 'src/mainboard/lenovo/t420s/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/t420s/mainboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t420s/mainboard.c b/src/mainboard/lenovo/t420s/mainboard.c index e9a400bec2..acebcae7f2 100644 --- a/src/mainboard/lenovo/t420s/mainboard.c +++ b/src/mainboard/lenovo/t420s/mainboard.c @@ -45,8 +45,6 @@ static void mainboard_init(device_t dev) RCBA32(0x38c8) = 0x00002005; RCBA32(0x38c4) = 0x00802005; RCBA32(0x38c0) = 0x00000007; - - pc_keyboard_init(); } static void mainboard_enable(device_t dev) |