aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/frontrunner/romstage.c')
-rw-r--r--src/mainboard/lippert/frontrunner/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c
index 15286e6039..8120704814 100644
--- a/src/mainboard/lippert/frontrunner/romstage.c
+++ b/src/mainboard/lippert/frontrunner/romstage.c
@@ -102,7 +102,7 @@ void main(unsigned long bist)
outb( 0x87, 0x4E); //enter SuperIO configuration mode
outb( 0x87, 0x4E);
- outb(0x20, 0x4e);
+ outb(0x20, 0x4e);
temp = inb(0x4f);
printk(BIOS_DEBUG, "%02x", temp);
if (temp != 0x52){