summaryrefslogtreecommitdiffstats
path: root/docs/install/x60flashscript.patch
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-07 00:03:07 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-07 01:30:47 (EST)
commit67190214aa92c7bd6bfaa4dedfaf074acb3e5c69 (patch)
tree3240426169840f5af99a1345559da64eef9a93e7 /docs/install/x60flashscript.patch
parent95259e28ef047923258434898113d70c8e544eab (diff)
downloadlibreboot-67190214aa92c7bd6bfaa4dedfaf074acb3e5c69.zip
libreboot-67190214aa92c7bd6bfaa4dedfaf074acb3e5c69.tar.gz
libreboot-67190214aa92c7bd6bfaa4dedfaf074acb3e5c69.tar.bz2
reorganize docs to build building html sources easier
Diffstat (limited to 'docs/install/x60flashscript.patch')
-rw-r--r--docs/install/x60flashscript.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/install/x60flashscript.patch b/docs/install/x60flashscript.patch
deleted file mode 100644
index 2126590..0000000
--- a/docs/install/x60flashscript.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 Mon Sep 17 00:00:00 2001
-From: Francis Rowe <info@gluglug.org.uk>
-Date: Wed, 10 Jun 2015 22:53:28 +0000
-Subject: flash script: fix a really really really dumb mistake
-
----
-diff --git a/flash b/flash
-index c96b915..04fd274 100755
---- a/flash
-+++ b/flash
-@@ -95,12 +95,12 @@ if [ "$mode" = "i945lenovo_firstflash" ] || [ "$mode" = "i945lenovo_secondflash"
- # git or libreboot_src
- bucts="./bucts/bucts"
- flashrom_lenovobios_sst="./flashrom/flashrom_lenovobios_sst"
-- flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_sst"
-+ flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_macronix"
- else
- # libreboot_util
- bucts="./bucts/$arch/bucts"
- flashrom_lenovobios_sst="./flashrom/$arch/flashrom_lenovobios_sst"
-- flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_sst"
-+ flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_macronix"
- fi
-
- # anti-bricking precaution
---
-cgit v0.9.0.2