aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-21 21:14:02 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-26 13:22:23 +0200
commit57a3cd21f1a619891d65a2eb96005954b4672eaa (patch)
tree9a1330dbf9931a67230aecd98806a02c628782d9 /src/mainboard/lippert/frontrunner/romstage.c
parentc2586db7909303d1b36b7f5fbf7ccde916d6a944 (diff)
mainboard/lippert: Use tabs for indents
Change-Id: If16d55e4ba0702176dc61524915d215ea46c14ba Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16686 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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){