[U-Boot] [PATCH 1/1] log: CONFIG_LOG should select CONFIG_DM
Simon Glass
sjg at chromium.org
Wed Apr 25 05:01:04 UTC 2018
On 19 April 2018 at 13:59, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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 at gmx.de>
> ---
> common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Or should we solve this with an #ifdef?
More information about the U-Boot
mailing list