commit | 9adc78d278bec84b638aa3b25b102f3cfb21438c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 19 21:59:04 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 28 10:42:35 2018 -0400 |
tree | 6f8c349762f8d367528146956a380cdf88a5390e | |
parent | 1eb2e71edd55e16562e3912881c449db69623352 [diff] |
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>