diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-06-01 00:34:38 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-06-01 00:34:38 +0000 |
commit | 6d272ca425c10385e540781aa7208416559a46f5 (patch) | |
tree | 2e4399b205406529b152139f208ed30c1729fda9 /resources/scripts/helpers/download/seabios | |
parent | f52e2a5172f78fc8d3d9b7ec1e228f414fe443b0 (diff) | |
parent | e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f (diff) | |
download | librebootfr-6d272ca425c10385e540781aa7208416559a46f5.tar.gz librebootfr-6d272ca425c10385e540781aa7208416559a46f5.zip |
Merge branch 'payloads/x86/updates-20170430' of libreboot/libreboot into master
Diffstat (limited to 'resources/scripts/helpers/download/seabios')
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 39036ebb..18f90dd6 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -44,7 +44,7 @@ cd "seabios/" # Reset to the last commit that was tested (we use stable releases for seabios) # ------------------------------------------------------------------------------ -git reset --hard rel-1.9.1 +git reset --hard 19fdcca467ad3436d68ef88899b4dcd78154a9c6 ) |