]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: ti: common: Kconfig: add CMD_MEMINFO
authorAnshul Dalal <anshuld@ti.com>
Tue, 2 Sep 2025 04:57:07 +0000 (10:27 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 15 Sep 2025 23:07:06 +0000 (17:07 -0600)
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

index 2de4212d9b846743f4ded2ab728357ded4f8610c..f481812247cff042c0444842307b24a5274ca701 100644 (file)
@@ -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