summaryrefslogtreecommitdiffstats
path: root/getflashrom
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-14 06:29:57 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-14 06:29:57 (EST)
commit27c283e796f660ecb8186632313b6d952a3043b5 (patch)
tree926c1b0b1944c2c7fe0ae9f5a56e68d1496b19f4 /getflashrom
parent10bdb08f5e2f0167ea7543c506abe048c7ade9c2 (diff)
downloadlibreboot-27c283e796f660ecb8186632313b6d952a3043b5.zip
libreboot-27c283e796f660ecb8186632313b6d952a3043b5.tar.gz
libreboot-27c283e796f660ecb8186632313b6d952a3043b5.tar.bz2
Update flashrom (again)
builddeps-flashrom updated to use diff's instead of whole copies of flashchips.c, when building patched executables. (this makes updating and maintaining flashrom easier)
Diffstat (limited to 'getflashrom')
-rwxr-xr-xgetflashrom2
1 files changed, 1 insertions, 1 deletions
diff --git a/getflashrom b/getflashrom
index c3d59cf..23d0562 100755
--- a/getflashrom
+++ b/getflashrom
@@ -33,7 +33,7 @@ rm -rf flashrom
# ---------------------------------------------------------------------
# download it using subversion
-svn co -r 1854 svn://flashrom.org/flashrom/trunk flashrom
+svn co -r 1858 svn://flashrom.org/flashrom/trunk flashrom
# there are no permanent patches needed to be applied here:
# the patches are applied selectively at build time (when running "builddeps-flashrom")