Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / intel / truxton / romstage.c
index 32cca1cfbfdb80e8fee50686d3ebf42be1301a66..c75ce3e732af7c6f423621d63ca6ddb80230461f 100644 (file)
@@ -68,9 +68,8 @@ static void main(unsigned long bist)
        if (bist == 0) {
                /* Skip this if there was a built in self test failure */
                early_mtrr_init();
-               if (memory_initialized()) {
+               if (memory_initialized())
                        skip_romstage();
-               }
        }
 
        /* Set up the console */
@@ -105,4 +104,3 @@ static void main(unsigned long bist)
        ram_verify(0x00000000, 0x02000000);
 #endif
 }
-