Re: [U-Boot] [PATCH] dfu: dfu_nand: reduce verbosity

2019-08-27 Thread Lukasz Majewski
Hi Ralph, > 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 > --- > > drivers/dfu/dfu_nand.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/

[U-Boot] [PATCH] dfu: dfu_nand: reduce verbosity

2019-08-27 Thread Ralph Siemsen
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 --- drivers/dfu/dfu_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dfu/dfu_nand.c b/drivers/dfu/df