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:
parent
d6326a0faa
commit
c96292492c
|
@ -360,13 +360,12 @@ static int intel_gma_init_lvds(struct northbridge_intel_i945_config *conf,
|
||||||
|
|
||||||
set_vbe_mode_info_valid(&edid, pgfx);
|
set_vbe_mode_info_valid(&edid, pgfx);
|
||||||
} else {
|
} else {
|
||||||
vga_misc_write(0x67);
|
vga_misc_write(0x67);
|
||||||
|
|
||||||
write32(mmiobase + DSPCNTR(0), DISPPLANE_SEL_PIPE_B);
|
write32(mmiobase + DSPCNTR(0), DISPPLANE_SEL_PIPE_B);
|
||||||
write32(mmiobase + VGACNTRL, 0x02c4008e
|
write32(mmiobase + VGACNTRL, 0x02c4008e | VGA_PIPE_B_SELECT);
|
||||||
| VGA_PIPE_B_SELECT);
|
|
||||||
|
|
||||||
vga_textmode_init();
|
vga_textmode_init();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue