commit | 7ee0d7b9f2860527f5c0e5352431c848785ff23b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:55:45 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:37 2019 +0800 |
tree | bd583514af78c701fb9e4b0fefbae31d6332ea62 | |
parent | 7ab72dea9bbf48c7b1a27d75eede0edd8831baf6 [diff] |
dm: core: Use U-Boot logging instead of pr_debug() The pr_debug() functions do not response to setting the log level and in fact have their own separate log level. Use U-Boot logging instead. Perhaps we should make these options redirect to log_debug(), etc.? Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>