commit | 756d9e140c0921801b81f8b4f50e15d01bee10ef | [log] [tgz] |
---|---|---|
author | Ralph Siemsen <ralph.siemsen@linaro.org> | Tue Aug 27 14:28:19 2019 -0400 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Oct 31 12:12:31 2019 +0100 |
tree | e33f3537f0fb15a4d628e65e9b289d2acf3d0141 | |
parent | e9310fc1ac5d9fc24d0fcf66f77b36c206e11e7b [diff] |
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>