Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / rca / rm4100 / romstage.c
index c974ebeeddddf2643773bd538c7c4689b12b32b2..65d6bdea69d9343452dd23ae2985a69de3e76467 100644 (file)
@@ -99,9 +99,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 */