summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-06 02:39:02 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-06 02:39:02 (EST)
commit51f5487e7d2c8809bdc7690fe26948064257b34d (patch)
tree6084932091afa7aa3b14eaed986fa0ee2f8cdacc
parenta64698a7152796956f191f35d424ef013ad37be6 (diff)
downloadlibreboot-51f5487e7d2c8809bdc7690fe26948064257b34d.zip
libreboot-51f5487e7d2c8809bdc7690fe26948064257b34d.tar.gz
libreboot-51f5487e7d2c8809bdc7690fe26948064257b34d.tar.bz2
download/coreboot: temporary fix: revert vboot (for ASUS C201)
Temporary fix for build error.
-rwxr-xr-xresources/scripts/helpers/download/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index 9b96695..b6dc16f 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -53,7 +53,7 @@ git submodule update --init --checkout -- 3rdparty/vboot/
cd "3rdparty/vboot/"
# reset vboot to last known good revision
-git reset --hard fbf631c845c08299f0bcbae3f311c5807d34c0d6
+git reset --hard 82db93d5fc924860e4f1fb4cf24f29b5b335a480
# Patch vboot
# ------------------------------------------------------------------------------