From 83bb1c438486a03184795b0dfa970271496b24bf Mon Sep 17 00:00:00 2001 From: Anshul Dalal Date: Tue, 2 Sep 2025 10:27:07 +0530 Subject: [PATCH] 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 --- 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.47.3