]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Allow dm_warn() to be used in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 17:31:26 +0000 (11:31 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commitabb9cd30b23858125ce015c1dffdae4d7895bae8
treedfc71c65c860718f1654e3c67e3fa575a31e099b
parent1b27273e090590e7944a3f7a3b33ac9f90aae765
dm: core: Allow dm_warn() to be used in SPL

At present this option is disabled in SPL, meaning that warnings are not
displayed. It is sometimes useful to see warnings in SPL for debugging
purposes.

Add a new Kconfig option to permit this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig
drivers/core/util.c
include/config_uncmd_spl.h
include/dm/util.h