1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 19:29:17 +01:00
Files
u-boot-megous/drivers/core/Makefile
Masahiro Yamada ceb9190969 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>
2017-10-04 12:00:21 -04:00

616 B