diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-10 18:53:28 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-10 18:53:28 (EDT) |
commit | 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 (patch) | |
tree | 74cc76e3fd917b5b90f6be29f43a0bdfffddd8d3 /flash | |
parent | a247734e8803d15ddc98a7434273b8c885fbf611 (diff) | |
download | libreboot-34270811fce1ecf0bcf3b1363b0dc3dbf284ab09.zip libreboot-34270811fce1ecf0bcf3b1363b0dc3dbf284ab09.tar.gz libreboot-34270811fce1ecf0bcf3b1363b0dc3dbf284ab09.tar.bz2 |
flash script: fix a really really really dumb mistake
Diffstat (limited to 'flash')
-rwxr-xr-x | flash | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |