commit | 85bf4f2a8ca653f0eb2a82bee1bab6d4573a1187 | [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 | 192f81306c62bbcccb0eff5b6aba915b0c32b069 [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>