diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/ocp/tiogapass/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ocp/tiogapass/bootblock.c b/src/mainboard/ocp/tiogapass/bootblock.c index d9a86e99f0..d507422d30 100644 --- a/src/mainboard/ocp/tiogapass/bootblock.c +++ b/src/mainboard/ocp/tiogapass/bootblock.c @@ -29,7 +29,7 @@ static void enable_espi_lpc_io_windows(void) /* Enable com1 (0x3f8), com2 (02f8) and superio (0x2e) */ pci_mmio_write_config32(PCH_DEV_LPC, 0x80, - (1<<28) | (1<<16) | (1<<17) | (0 << 0) | (1 << 4)); + (1 << 28) | (1 << 16) | (1 << 17) | (0 << 0) | (1 << 4)); } static uint8_t com_to_ast_sio(uint8_t com) |