projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
493c360
)
cmd_sf: drop device status message when probing
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 12 Apr 2011 06:10:19 +0000
(
02:10
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 12 Apr 2011 06:30:25 +0000
(
02:30
-0400)
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>
common/cmd_sf.c
patch
|
blob
|
history
diff --git
a/common/cmd_sf.c
b/common/cmd_sf.c
index afbef99f106edbc84d47724a2feaad481f483f00..3abc4ffe49db65b59f336208b96d3def09c3eead 100644
(file)
--- 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: