summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli_classic.c')
-rw-r--r--cli_classic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_classic.c b/cli_classic.c
index 60b8b88..73ab57a 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -499,7 +499,7 @@ int main(int argc, char *argv[])
fill_flash = &flashes[0];
- check_chip_supported(fill_flash->chip);
+ print_chip_support_status(fill_flash->chip);
size = fill_flash->chip->total_size * 1024;
if (check_max_decode(fill_flash->mst->buses_supported & fill_flash->chip->bustype, size) && (!force)) {
OpenPOWER on IntegriCloud