Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / thomson / ip1000 / romstage.c
index b34f963b5fe75bd906ba4c61609b9c58c8fa9302..e399dd128f9621f25fe324ccacab2ffd539caddd 100644 (file)
@@ -98,9 +98,8 @@ static void mb_early_setup(void)
 void main(unsigned long bist)
 {
        if (bist == 0) {
-               if (memory_initialized()) {
+               if (memory_initialized())
                        hard_reset();
-               }
        }
 
        /* Set southbridge and superio gpios */