From b629d14becd78c634ad412df726d964ed5d51214 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sun, 12 Jun 2011 14:30:10 +0200 Subject: i945 GMA: restore tft brightness from cmos Change-Id: Iaf10f125425a1abcf17ffca1d6e246f955f941cc Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/24 Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/x60/romstage.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/lenovo/x60/romstage.c') 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); } -- cgit v1.2.3