aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g2/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x6dhe_g2/romstage.c')
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/romstage.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/supermicro/x6dhe_g2/romstage.c b/src/mainboard/supermicro/x6dhe_g2/romstage.c
index e8fcf306b7..eef04d4f28 100644
--- a/src/mainboard/supermicro/x6dhe_g2/romstage.c
+++ b/src/mainboard/supermicro/x6dhe_g2/romstage.c
@@ -55,7 +55,6 @@ static void main(unsigned long bist)
*/
.channel0 = {DIMM3, DIMM2, DIMM1, DIMM0, },
.channel1 = {DIMM7, DIMM6, DIMM5, DIMM4, },
-
}
};
@@ -66,6 +65,7 @@ static void main(unsigned long bist)
skip_romstage();
}
}
+
/* Setup the console */
outb(0x87,0x2e);
outb(0x87,0x2e);
@@ -126,11 +126,4 @@ static void main(unsigned long bist)
#if 0
ram_check(0x00000000, 0x02000000);
#endif
-
-#if 0
- while(1) {
- hlt();
- }
-#endif
}
-