aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-m850/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/via/epia-m850/romstage.c')
-rw-r--r--src/mainboard/via/epia-m850/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-m850/romstage.c b/src/mainboard/via/epia-m850/romstage.c
index c9a244e5b8..8ce47349b1 100644
--- a/src/mainboard/via/epia-m850/romstage.c
+++ b/src/mainboard/via/epia-m850/romstage.c
@@ -95,5 +95,5 @@ void main(unsigned long bist)
/* FIXME: See if this is needed or take this out please */
/* Disable Memcard and SDIO */
- pci_mod_config8(LPC, 0x51, 0, (1 << 7) | (1 << 4));
+ pci_or_config8(LPC, 0x51, (1 << 7) | (1 << 4));
}