]> git.sur5r.net Git - u-boot/commit
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)
commit9adc78d278bec84b638aa3b25b102f3cfb21438c
tree6f8c349762f8d367528146956a380cdf88a5390e
parent1eb2e71edd55e16562e3912881c449db69623352
log: CONFIG_LOG should select CONFIG_DM

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>
common/Kconfig