board: ti: common: Kconfig: add CMD_CACHE
authorAnshul Dalal <anshuld@ti.com>
Fri, 2 May 2025 05:05:16 +0000 (10:35 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 21:07:43 +0000 (15:07 -0600)
Add CMD_CACHE to list of configs implied by TI_COMMON_CMD_OPTIONS.
This allows the usage of cache commands from U-Boot prompt.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Daniel Schultz <d.schultz@phytec.de>
board/ti/common/Kconfig

index b5978ac..2de4212 100644 (file)
@@ -26,6 +26,7 @@ config TI_COMMON_CMD_OPTIONS
        bool "Enable cmd options on TI platforms"
        imply CMD_ASKENV
        imply CMD_BOOTZ
+       imply CMD_CACHE
        imply CRC32_VERIFY if ARCH_KEYSTONE
        imply CMD_DFU if USB_GADGET_DOWNLOAD
        imply CMD_DHCP