board: ti: common: Kconfig: add CMD_CACHE

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>
This commit is contained in:
Anshul Dalal
2025-05-02 10:35:16 +05:30
committed by Tom Rini
parent df7b988ed3
commit 7b03df1b2b

View File

@@ -26,6 +26,7 @@ config TI_COMMON_CMD_OPTIONS
bool "Enable cmd options on TI platforms" bool "Enable cmd options on TI platforms"
imply CMD_ASKENV imply CMD_ASKENV
imply CMD_BOOTZ imply CMD_BOOTZ
imply CMD_CACHE
imply CRC32_VERIFY if ARCH_KEYSTONE imply CRC32_VERIFY if ARCH_KEYSTONE
imply CMD_DFU if USB_GADGET_DOWNLOAD imply CMD_DFU if USB_GADGET_DOWNLOAD
imply CMD_DHCP imply CMD_DHCP