]> git.sur5r.net Git - u-boot/commitdiff
cmd: CONFIG_CMD_LOG select CONFIG_LOG
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Apr 2018 20:02:46 +0000 (22:02 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000 (10:42 -0400)
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>
cmd/Kconfig

index bc1d2f31c010f4c95091183356dd9227820fd14a..225bb002a67cbd1466b6d0803a47b591066b7478 100644 (file)
@@ -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