[PATCH v1] board: ti: common: Kconfig: add CMD_CACHE
Daniel Schultz
d.schultz at phytec.de
Fri May 2 11:21:21 CEST 2025
I like this TI_COMMON_CMD_OPTIONS config. We will consider to do the
same for our phytec k3 boards.
On 5/2/25 07:05, Anshul Dalal wrote:
> 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 at ti.com>
Reviewed-by: Daniel Schultz <d.schultz at phytec.de>
> ---
> board/ti/common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig
> index c03aa3a368f..d578ee44ae8 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
More information about the U-Boot
mailing list