mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
493c360721
commit
840ff99889
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ static int do_spi_flash_probe(int argc, char * const argv[])
|
|||
spi_flash_free(flash);
|
||||
flash = new;
|
||||
|
||||
printf("%u KiB %s at %u:%u is now current device\n",
|
||||
flash->size >> 10, flash->name, bus, cs);
|
||||
|
||||
return 0;
|
||||
|
||||
usage:
|
||||
|
|
Loading…
Add table
Reference in a new issue