aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-11-04 20:40:43 +0200
committerSimon Glass <sjg@chromium.org>2023-11-14 20:04:01 -0700
commit2c61c0eb14289cbd94bff51c175f2410418d64d0 (patch)
tree8234b7e8584547b58f24bef37fca43037e329f70 /drivers
parentabf7004321c05333afb56ae230095f9bee55e924 (diff)
downloadu-boot-2c61c0eb14289cbd94bff51c175f2410418d64d0.zip
u-boot-2c61c0eb14289cbd94bff51c175f2410418d64d0.tar.gz
u-boot-2c61c0eb14289cbd94bff51c175f2410418d64d0.tar.bz2
dm: Do not enable debug messages by default
CONFIG_DM_WARN has a text indicating that these messages should only provided when debugging. This implies that the setting must be default no. We should still create debug messages. Reported-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/core/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index fe5c41d..737d459 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -48,7 +48,6 @@ config VPL_DM
config DM_WARN
bool "Enable warnings in driver model"
depends on DM
- default y
help
Enable this to see warnings related to driver model.