summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-09-02 10:27:07 +0530
committerTom Rini <[email protected]>2025-09-15 17:07:06 -0600
commit83bb1c438486a03184795b0dfa970271496b24bf (patch)
treea8b49d02bbbb49ba0932cb6a78a779ad1199fd60
parentf0c1704f56dba70da93f30131564af777c29c1bd (diff)
board: ti: common: Kconfig: add CMD_MEMINFO
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 <[email protected]>
-rw-r--r--board/ti/common/Kconfig2
1 files changed, 2 insertions, 0 deletions
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