Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / kontron / 986lcd-m / romstage.c
index 20d80ee648a206529dc542120b1819bb5f74d790..59d54d260f991e56267cbc4facbe398511dc9f31 100644 (file)
@@ -328,9 +328,8 @@ void main(unsigned long bist)
        u32 reg32;
        int boot_mode = 0;
 
-       if (bist == 0) {
+       if (bist == 0)
                enable_lapic();
-       }
 
        /* Force PCIRST# */
        pci_write_config16(PCI_DEV(0, 0x1e, 0), BCTRL, SBR);