commit | abb9cd30b23858125ce015c1dffdae4d7895bae8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:26 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:17 2020 -0600 |
tree | dfc71c65c860718f1654e3c67e3fa575a31e099b | |
parent | 1b27273e090590e7944a3f7a3b33ac9f90aae765 [diff] |
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>