Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1302)

Unified Diff: saft_flashrom_util.py

Issue 6649008: Fix SAFT operation on Alex. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/saft.git@master
Patch Set: Fix SAFT operation. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flashrom_handler.py ('k') | saft_utility.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: saft_flashrom_util.py
diff --git a/saft_flashrom_util.py b/saft_flashrom_util.py
index d5520d0866f681606099d857a8f5e311a236bba9..f697d0d6a2a762f597cdbfe90c662ec1a6cd7bb8 100644
--- a/saft_flashrom_util.py
+++ b/saft_flashrom_util.py
@@ -75,7 +75,7 @@ class LayoutScraper(object):
"<name>"="value" pairs, all this output is passed to the caller.
'''
- mosys_cmd = 'mosys -k eeprom map %s' % file_name
+ mosys_cmd = 'mosys -f -k eeprom map %s' % file_name
return self.os_if.run_shell_command_get_output(mosys_cmd)
def _line_to_dictionary(self, line):
« no previous file with comments | « flashrom_handler.py ('k') | saft_utility.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698