aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dai_g/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x6dai_g/romstage.c')
-rw-r--r--src/mainboard/supermicro/x6dai_g/romstage.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mainboard/supermicro/x6dai_g/romstage.c b/src/mainboard/supermicro/x6dai_g/romstage.c
index 6f3c671dc3..b95bbc9ebf 100644
--- a/src/mainboard/supermicro/x6dai_g/romstage.c
+++ b/src/mainboard/supermicro/x6dai_g/romstage.c
@@ -64,6 +64,7 @@ static void main(unsigned long bist)
skip_romstage();
}
}
+
/* Setup the console */
outb(0x87,0x2e);
outb(0x87,0x2e);
@@ -115,11 +116,4 @@ static void main(unsigned long bist)
#if 0
ram_check(0x00000000, 0x02000000);
#endif
-
-#if 0
- while(1) {
- hlt();
- }
-#endif
}
-