[U-Boot] [PATCH 1/1] cmd: CONFIG_CMD_LOG select CONFIG_LOG

Simon Glass sjg at chromium.org
Wed Apr 25 05:01:08 UTC 2018


On 19 April 2018 at 14:02, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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 at gmx.de>
> ---
>  cmd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list