Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / roda / rk886ex / romstage.c
index aef61671dabdf1f8bbdef1d86cfd7c8c3c6c3614..109d2e81020666b5d65f28dbc5b93b6a8a04c8db 100644 (file)
@@ -250,9 +250,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);