aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/romstage.c
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-06-12 14:30:10 +0200
committerSven Schnelle <svens@stackframe.org>2011-06-15 19:40:24 +0200
commitb629d14becd78c634ad412df726d964ed5d51214 (patch)
treea72a1cc46c1ba113c4445080c2d8bdb91c77dc6a /src/mainboard/lenovo/x60/romstage.c
parentd4dc9a5a039123f788848d1fa54926270b6c8805 (diff)
i945 GMA: restore tft brightness from cmos
Change-Id: Iaf10f125425a1abcf17ffca1d6e246f955f941cc Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/24 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/x60/romstage.c')
-rw-r--r--src/mainboard/lenovo/x60/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x60/romstage.c b/src/mainboard/lenovo/x60/romstage.c
index c993a3565f..2aa506f78c 100644
--- a/src/mainboard/lenovo/x60/romstage.c
+++ b/src/mainboard/lenovo/x60/romstage.c
@@ -338,6 +338,4 @@ void main(unsigned long bist)
pci_write_config32(PCI_DEV(0, 0x00, 0), SKPAD, SKPAD_ACPI_S3_MAGIC);
}
#endif
- /* Set legacy Brightness control to full brightness */
- pci_write_config8(PCI_DEV(0, 2, 1), 0xf4, 0xff);
}