]> git.sur5r.net Git - u-boot/commitdiff
log: CONFIG_LOG should select CONFIG_DM
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Apr 2018 19:59:04 +0000 (21:59 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000 (10:42 -0400)
Compling with CONFIG_LOG and without CONFIG_DM results in
common/log.c:47: undefined reference to `uclass_get_name'

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>

No differences found