git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7b988
)
board: ti: common: Kconfig: add CMD_CACHE
author
Anshul Dalal
<anshuld@ti.com>
Fri, 2 May 2025 05:05:16 +0000
(10:35 +0530)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/ti/common/Kconfig
b/board/ti/common/Kconfig
index
b5978ac
..
2de4212
100644
(file)
--- 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