commit | 9a09630700c1875a7e3add1006a97736ca96d068 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 27 18:46:23 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 09:54:52 2020 -0400 |
tree | d030bf4c10af6d0f2e91d252a92e2a94819cad04 | |
parent | 379e41f6f982315b8bb0eaa957767103b1d76167 [diff] |
i2c: designware: Use log_debug() for debugging We don't want the debug output to be visible in a normal boot. Silence it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher<hs@denx.de>