From: Anshul Dalal Date: Tue, 2 Sep 2025 04:57:07 +0000 (+0530) Subject: board: ti: common: Kconfig: add CMD_MEMINFO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83bb1c438486a03184795b0dfa970271496b24bf;p=thirdparty%2Fu-boot.git 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 --- 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