1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 09:12:08 +02:00

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>
This commit is contained in:
Heinrich Schuchardt
2018-04-19 22:02:46 +02:00
committed by Tom Rini
parent 9adc78d278
commit 83a1f933d1

View File

@@ -1660,6 +1660,7 @@ config CMD_KGDB
config CMD_LOG config CMD_LOG
bool "log - Generation, control and access to logging" bool "log - Generation, control and access to logging"
select LOG
help help
This provides access to logging features. It allows the output of This provides access to logging features. It allows the output of
log data to be controlled to a limited extent (setting up the default log data to be controlled to a limited extent (setting up the default