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:
@@ -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
|
||||
|
Reference in New Issue
Block a user