]> git.dujemihanovic.xyz Git - u-boot.git/commit
dfu: dfu_nand: reduce verbosity
authorRalph Siemsen <ralph.siemsen@linaro.org>
Tue, 27 Aug 2019 18:28:19 +0000 (14:28 -0400)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 31 Oct 2019 11:12:31 +0000 (12:12 +0100)
commit0a815ff7bb22b034d15758d41816df1c3d554c14
treee33f3537f0fb15a4d628e65e9b289d2acf3d0141
parentd624434f5ebc5e3eb5f5609f06200f477cf8d8b5
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>
drivers/dfu/dfu_nand.c