diff options
Diffstat (limited to 'projects/flashrom/patches')
-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 |