From: Mike Frysinger Date: Tue, 12 Apr 2011 06:10:19 +0000 (-0400) Subject: cmd_sf: drop device status message when probing X-Git-Tag: v2011.06-rc1~152^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=840ff998895944fc51303cc43fdb258c4f89279c;p=kernel%2Fu-boot.git 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 --- 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: