[PATCH v3 1/2] dm: core: Correct reference to DM_SPL in SPL_DM_STATS
Simon Glass
sjg at chromium.org
Sun Nov 12 21:03:46 CET 2023
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 at chromium.org>
---
Changes in v3:
- Split the patch into two
Changes in v2:
- Add new patch to correct references to DM_SPL
drivers/core/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index fe5c41d57ecd..209d90e01fa5 100644
--- 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
--
2.42.0.869.gea05f2083d-goog
More information about the U-Boot
mailing list