projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d624434
)
dfu: dfu_nand: reduce verbosity
author
Ralph Siemsen
<ralph.siemsen@linaro.org>
Tue, 27 Aug 2019 18:28:19 +0000
(14:28 -0400)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Thu, 31 Oct 2019 11:12:31 +0000
(12:12 +0100)
In combination with multiple partitions in NAND, this printf() ends up
being more noise than helpful. Change it to debug() instead.
Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Acked-by: Lukasz Majewski <lukma@denx.de>
drivers/dfu/dfu_nand.c
patch
|
blob
|
history
diff --git
a/drivers/dfu/dfu_nand.c
b/drivers/dfu/dfu_nand.c
index 0bfdbf942898d391e993213573153dd4ec96c436..b812a3dfb136ec954305a76b7bf7555e155619ee 100644
(file)
--- a/
drivers/dfu/dfu_nand.c
+++ b/
drivers/dfu/dfu_nand.c
@@
-214,7
+214,7
@@
int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s)
part = simple_strtoul(s, &s, 10);
sprintf(mtd_id, "%s%d,%d", "nand", dev, part - 1);
-
printf
("using id '%s'\n", mtd_id);
+
debug
("using id '%s'\n", mtd_id);
mtdparts_init();