diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-09-29 12:31:20 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-04 12:00:21 -0400 |
commit | ceb9190969e458dcd1427566f762dbb9cfdfdc94 (patch) | |
tree | c5c785627eb29ee46dc7657883b5c717778be849 /configs/axm_defconfig | |
parent | 6990e91f0971b877cd636e646f93587b1afbb284 (diff) | |
download | u-boot-ceb9190969e458dcd1427566f762dbb9cfdfdc94.zip u-boot-ceb9190969e458dcd1427566f762dbb9cfdfdc94.tar.gz u-boot-ceb9190969e458dcd1427566f762dbb9cfdfdc94.tar.bz2 |
dm: replace dm_dbg() with pr_debug()
As we discussed before in ML, dm_dbg() causes undefined reference
error if #define DEBUG is added to users, but not drivers/core/util.c
We do not need this macro because we can use pr_debug() instead, and
it is pretty easy to enable it for the DM core by using ccflags-y.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/axm_defconfig')
0 files changed, 0 insertions, 0 deletions