aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/romstage.c')
-rw-r--r--src/mainboard/google/stout/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/stout/romstage.c b/src/mainboard/google/stout/romstage.c
index ffa2157c8f..4f7f869a9c 100644
--- a/src/mainboard/google/stout/romstage.c
+++ b/src/mainboard/google/stout/romstage.c
@@ -101,9 +101,9 @@ void mainboard_rcba_config(void)
DIR_ROUTE(D20IR, PIRQD, PIRQE, PIRQF, PIRQG);
/* Enable IOAPIC (generic) */
- RCBA16(OIC) = 0x0100;
+ RCBA16(EOIC) = 0x0100;
/* PCH BWG says to read back the IOAPIC enable register */
- (void) RCBA16(OIC);
+ (void) RCBA16(EOIC);
/* Disable unused devices (board specific) */
reg32 = RCBA32(FD);