u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] board: ti: common: Kconfig: add CMD_MEMINFO
@ 2025-09-02  4:57 Anshul Dalal
  0 siblings, 0 replies; only message in thread
From: Anshul Dalal @ 2025-09-02  4:57 UTC (permalink / raw)
  To: u-boot; +Cc: Anshul Dalal, vigneshr, trini

Add CMD_MEMINFO and CMD_MEMINFO_MAP to list of configs implied by
TI_COMMON_CMD_OPTIONS. This allows users to easily view the memory
configuration and the memory maps at runtime.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
---
 board/ti/common/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig
index 2de4212d9b8..f481812247c 100644
--- a/board/ti/common/Kconfig
+++ b/board/ti/common/Kconfig
@@ -40,6 +40,8 @@ config TI_COMMON_CMD_OPTIONS
 	imply CMD_GPIO
 	imply CMD_GPT
 	imply CMD_I2C
+	imply CMD_MEMINFO
+	imply CMD_MEMINFO_MAP
 	imply CMD_MII
 	imply CMD_MMC
 	imply CMD_MMC_REG
-- 
2.50.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-02  4:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02  4:57 [PATCH v1] board: ti: common: Kconfig: add CMD_MEMINFO Anshul Dalal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).