[U-Boot] [PATCH 8/9] cmd_sf: drop device status message when probing
Mike Frysinger
vapier at gentoo.org
Tue Apr 12 08:35:27 CEST 2011
The common spi flash layer displays useful info when probing, so no
need for us to duplicate that.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
common/cmd_sf.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/common/cmd_sf.c b/common/cmd_sf.c
index afbef99..3abc4ff 100644
--- a/common/cmd_sf.c
+++ b/common/cmd_sf.c
@@ -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:
--
1.7.5.rc1
More information about the U-Boot
mailing list