diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 07:39:02 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 07:39:02 +0000 |
commit | 51f5487e7d2c8809bdc7690fe26948064257b34d (patch) | |
tree | 6084932091afa7aa3b14eaed986fa0ee2f8cdacc /resources/scripts/helpers/download | |
parent | a64698a7152796956f191f35d424ef013ad37be6 (diff) | |
download | librebootfr-51f5487e7d2c8809bdc7690fe26948064257b34d.tar.gz librebootfr-51f5487e7d2c8809bdc7690fe26948064257b34d.zip |
download/coreboot: temporary fix: revert vboot (for ASUS C201)
Temporary fix for build error.
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 9b96695f..b6dc16fd 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 # ------------------------------------------------------------------------------ |