diff options
author | consts <grudnevkv@gmail.com> | 2017-06-18 00:36:33 +0300 |
---|---|---|
committer | consts <grudnevkv@gmail.com> | 2017-06-18 00:36:33 +0300 |
commit | 2caaac00972d9ea56b0fcd7c95897e90283b05b8 (patch) | |
tree | 5a9179c5aed3b938a76bae9a7ae81c06108b60b8 /projects/flashrom | |
parent | 7d727de8c330eab5a7ae725c65b7878685447070 (diff) | |
download | librebootfr-2caaac00972d9ea56b0fcd7c95897e90283b05b8.tar.gz librebootfr-2caaac00972d9ea56b0fcd7c95897e90283b05b8.zip |
changed description of workaround option in help output
Diffstat (limited to 'projects/flashrom')
-rw-r--r-- | projects/flashrom/patches/0005-Workaround-MX25-reliable-operation.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/flashrom/patches/0005-Workaround-MX25-reliable-operation.patch b/projects/flashrom/patches/0005-Workaround-MX25-reliable-operation.patch index b071e6b6..472afd30 100644 --- a/projects/flashrom/patches/0005-Workaround-MX25-reliable-operation.patch +++ b/projects/flashrom/patches/0005-Workaround-MX25-reliable-operation.patch @@ -1,12 +1,12 @@ diff --git a/cli_classic.c b/cli_classic.c -index 0a09cfd..7bc8ea1 100644 +index 0a09cfd..9eeafe1 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -61,6 +61,7 @@ static void cli_classic_usage(const char *name) " -i | --image <name> only flash image <name> from flash layout\n" " -o | --output <logfile> log output to <logfile>\n" " -L | --list-supported print supported devices\n" -+ " | --workaround-mx more reliable operations with MX25* chips\n" ++ " | --workaround-mx keep flash busy before sending command\n" #if CONFIG_PRINT_WIKI == 1 " -z | --list-supported-wiki print supported devices in wiki syntax\n" #endif |