projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6ea52
)
dm: core: Correct reference to DM_SPL in SPL_DM_STATS
author
Simon Glass
<sjg@chromium.org>
Sun, 12 Nov 2023 20:03:46 +0000
(13:03 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 16 Nov 2023 23:59:58 +0000
(18:59 -0500)
This does not existing anymore. Update SPL_DM_STATS to use the correct
Kconfig option, which is SPL_DM
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/core/Kconfig
b/drivers/core/Kconfig
index fe5c41d57ecdbf55b107d8cbd27c036a9799b47c..209d90e01fa5ba2d431da309ef8e9b34bb51c838 100644
(file)
--- a/
drivers/core/Kconfig
+++ b/
drivers/core/Kconfig
@@
-88,7
+88,7
@@
config DM_STATS
config SPL_DM_STATS
bool "Collect and show driver model stats in SPL"
- depends on
DM_SPL
+ depends on
SPL_DM
help
Enable this to collect and display memory statistics about driver
model. This can help to figure out where all the memory is going and