diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 00:04:18 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 00:04:18 +0100 |
commit | 3583782270e2fd31ac674e5b602d5522657e00a0 (patch) | |
tree | 0c77ffabe67d5a8d99e2a84372ff2d2230085183 /resources | |
parent | 893e35af21a5113164f462772cc6b9c64cff37bb (diff) | |
download | librebootfr-3583782270e2fd31ac674e5b602d5522657e00a0.tar.gz librebootfr-3583782270e2fd31ac674e5b602d5522657e00a0.zip |
T60: fix compilation
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libreboot/patch/t60_6731buildfix.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/libreboot/patch/t60_6731buildfix.diff b/resources/libreboot/patch/t60_6731buildfix.diff new file mode 100644 index 00000000..4e36a6c7 --- /dev/null +++ b/resources/libreboot/patch/t60_6731buildfix.diff @@ -0,0 +1,12 @@ +diff --git a/src/mainboard/lenovo/t60/devicetree.cb b/src/mainboard/lenovo/t60/devicetree.cb +index 54b7da3..f187bfb 100644 +--- a/src/mainboard/lenovo/t60/devicetree.cb ++++ b/src/mainboard/lenovo/t60/devicetree.cb +@@ -25,7 +25,6 @@ chip northbridge/intel/i945 + register "gpu_hotplug" = "0x00000220" + register "gpu_lvds_use_spread_spectrum_clock" = "1" + register "gpu_lvds_is_dual_channel" = "1" +- register "gpu_backlight" = "0x1280128" + + device cpu_cluster 0 on + chip cpu/intel/socket_mFCPGA478 |