summaryrefslogtreecommitdiffstats
path: root/getcb
diff options
context:
space:
mode:
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb10
1 files changed, 5 insertions, 5 deletions
diff --git a/getcb b/getcb
index 93ba8ca..ca9eb2f 100755
--- a/getcb
+++ b/getcb
@@ -50,15 +50,15 @@ git reset --hard 23aad4a83c3390dc39f7d1c1f5422f7ac54a80f3
# Text mode patch for X60 native graphics (main patch already merged in coreboot. See 6723 on coreboot gerrit)
git fetch http://review.coreboot.org/coreboot refs/changes/25/6725/1 && git cherry-pick FETCH_HEAD
-# Backlight controls on i945 (X60/T60/macbook21)
-git fetch http://review.coreboot.org/coreboot refs/changes/31/6731/6 && git cherry-pick FETCH_HEAD
+## Backlight controls on i945 (X60/T60/macbook21)
+# git fetch http://review.coreboot.org/coreboot refs/changes/31/6731/7 && git cherry-pick FETCH_HEAD
+# ^ the above is not needed, because 7049 (see below) uses it
+# ACPI brighness fix: fix uneven backlight on i945 targets:
+git fetch http://review.coreboot.org/coreboot refs/changes/49/7049/1 && git cherry-pick FETCH_HEAD
# Enable T60 native graphics
git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/7 && git cherry-pick FETCH_HEAD
-# ACPI brighness fix: fix uneven backlight on i945 targets:
-git fetch http://review.coreboot.org/coreboot refs/changes/49/7049/1 && git cherry-pick FETCH_HEAD
-
# Apply necessary patches (from resources/libreboot/patch/)
# ---------------------------------------------------------------------------------