summaryrefslogtreecommitdiff
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:30:28 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:30:28 +0100
commitc773d4698f92be45b2bb944efe37fee940051dc3 (patch)
treead1a292b459cb1eef105eeb2c2cdbaa0d1bc0386 /getcb
parent2c376b265e562c5cb3a2977bd5fa72a91b2db53c (diff)
getcb: Remove 6731 cherry-pick (7049 uses it as dependency)
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/)
# ---------------------------------------------------------------------------------