nb/intel/i945/gma.c: Remove extra indentation

Change-Id: If48cd055477011cece7921cea462aab176e170fb
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43913
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-07-26 18:17:44 +02:00 committed by Patrick Georgi
parent d6326a0faa
commit c96292492c
1 changed files with 4 additions and 5 deletions

View File

@ -360,13 +360,12 @@ static int intel_gma_init_lvds(struct northbridge_intel_i945_config *conf,
set_vbe_mode_info_valid(&edid, pgfx);
} else {
vga_misc_write(0x67);
vga_misc_write(0x67);
write32(mmiobase + DSPCNTR(0), DISPPLANE_SEL_PIPE_B);
write32(mmiobase + VGACNTRL, 0x02c4008e
| VGA_PIPE_B_SELECT);
write32(mmiobase + DSPCNTR(0), DISPPLANE_SEL_PIPE_B);
write32(mmiobase + VGACNTRL, 0x02c4008e | VGA_PIPE_B_SELECT);
vga_textmode_init();
vga_textmode_init();
}
return 0;
}