From fa2cf05665cac94ea797555e543c34222cb84dc6 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 27 Feb 2016 05:29:33 -0500 Subject: download/coreboot: reset to common revision --- (limited to 'resources/scripts/helpers/download') diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index a502b88..c8b853d 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -137,6 +137,11 @@ git clone https://review.coreboot.org/coreboot # there are modifications required cd "coreboot/" +# Reset to a common revision# +# other revisions used will be on this one, or before it +# This common revision is used for the crossgcc compilation +git reset --hard 4351ace145c4069f9c93ca7541d6dfaf8300b53b + # Define a common version (based on the libreboot version) # Most likely redundant, because the build system needs to update # this every time when building a ROM image anyway -- cgit v0.9.1