]> git.baikalelectronics.ru Git - uboot.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)
commit0eac2576488ae94687620481745b5bef5a338e9e
treedfc71c65c860718f1654e3c67e3fa575a31e099b
parent4bcc62d60e323d7a977cc21b1d23c556a3944176
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