summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-05-02 10:35:16 +0530
committerTom Rini <[email protected]>2025-05-09 15:07:43 -0600
commit7b03df1b2ba2be29dde32dbbb0df3228d6a961cf (patch)
treef13edf10c311486357ae86f6f40e7e2bec2e4f5c
parentdf7b988ed3ec43b229769174f4f99826b4f8c8b5 (diff)
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 <[email protected]> Reviewed-by: Daniel Schultz <[email protected]>
-rw-r--r--board/ti/common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig
index b5978acdded..2de4212d9b8 100644
--- a/board/ti/common/Kconfig
+++ b/board/ti/common/Kconfig
@@ -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