mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02:00
dfu: dfu_nand: reduce verbosity
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>
This commit is contained in:
committed by
Marek Vasut
parent
d624434f5e
commit
0a815ff7bb
@@ -214,7 +214,7 @@ int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s)
|
|||||||
part = simple_strtoul(s, &s, 10);
|
part = simple_strtoul(s, &s, 10);
|
||||||
|
|
||||||
sprintf(mtd_id, "%s%d,%d", "nand", dev, part - 1);
|
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();
|
mtdparts_init();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user