Skip to content
Snippets Groups Projects
Commit 840ff998 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

cmd_sf: drop device status message when probing


The common spi flash layer displays useful info when probing, so no
need for us to duplicate that.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 493c3607
No related branches found
No related tags found
No related merge requests found
...@@ -106,9 +106,6 @@ static int do_spi_flash_probe(int argc, char * const argv[]) ...@@ -106,9 +106,6 @@ static int do_spi_flash_probe(int argc, char * const argv[])
spi_flash_free(flash); spi_flash_free(flash);
flash = new; flash = new;
printf("%u KiB %s at %u:%u is now current device\n",
flash->size >> 10, flash->name, bus, cs);
return 0; return 0;
usage: usage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment