aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-04-19 22:02:46 +0200
committerTom Rini <trini@konsulko.com>2018-04-28 10:42:35 -0400
commit83a1f933d141ca5db69344559c1eef255d45fddd (patch)
tree96b17e3d4c7183de67dee860324c46a6c3822f9d
parent9adc78d278bec84b638aa3b25b102f3cfb21438c (diff)
downloadu-boot-83a1f933d141ca5db69344559c1eef255d45fddd.zip
u-boot-83a1f933d141ca5db69344559c1eef255d45fddd.tar.gz
u-boot-83a1f933d141ca5db69344559c1eef255d45fddd.tar.bz2
cmd: CONFIG_CMD_LOG select CONFIG_LOG
CONFIG_CMD_LOG without CONFIG_LOG leads to a build error: ‘gd_t {aka volatile struct global_data}’ has no member named ‘default_log_level’ So CMD_LOG should select LOG. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index bc1d2f3..225bb00 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1660,6 +1660,7 @@ config CMD_KGDB
config CMD_LOG
bool "log - Generation, control and access to logging"
+ select LOG
help
This provides access to logging features. It allows the output of
log data to be controlled to a limited extent (setting up the default