diff options
Diffstat (limited to 'src/mainboard/lenovo/x131e')
-rw-r--r-- | src/mainboard/lenovo/x131e/romstage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x131e/romstage.c b/src/mainboard/lenovo/x131e/romstage.c index 707848b9b3..43e0bd7dfb 100644 --- a/src/mainboard/lenovo/x131e/romstage.c +++ b/src/mainboard/lenovo/x131e/romstage.c @@ -33,9 +33,8 @@ void pch_enable_lpc(void) pci_write_config32(PCH_LPC_DEV, LPC_GEN4_DEC, 0x000c06a1); } -void rcba_config(void) +void mainboard_rcba_config(void) { - RCBA32(FD) |= PCH_DISABLE_ALWAYS; } const struct southbridge_usb_port mainboard_usb_ports[] = { |