diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2024-06-11 15:04:26 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-07-03 07:36:33 +0100 |
commit | 6afdb1585112ca5171613f3f4957de4acbe1048d (patch) | |
tree | 90bd0a8638cd904679ea5847e772a6f500fb1b34 /arch/sandbox/lib/sections.c | |
parent | 29010cd31be2bc6f674459137b5dcc054b77c042 (diff) |
dm: core: migrate debug() messages to use dm_warn
Prior to that, seeing the debug() messages required to enable DM_DEBUG
which defines DEBUG (and then _DEBUG) which in turn makes failing
assert() calls reset U-Boot which isn't necessarily what is desired.
Instead, let's migrate to dm_warn which is using log_debug when unset or
log_warn when set.
While at it, reword the DM_DEBUG symbol in Kconfig to explain what it
now actually does.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/lib/sections.c')
0 files changed, 0 insertions, 0 deletions