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:
f0c1704
)
board: ti: common: Kconfig: add CMD_MEMINFO
author
Anshul Dalal
<anshuld@ti.com>
Tue, 2 Sep 2025 04:57:07 +0000
(10:27 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 15 Sep 2025 23:07:06 +0000
(17:07 -0600)
Add CMD_MEMINFO and CMD_MEMINFO_MAP to list of configs implied by
TI_COMMON_CMD_OPTIONS. This allows users to easily view the memory
configuration and the memory maps at runtime.
Signed-off-by: Anshul Dalal <anshuld@ti.com>
board/ti/common/Kconfig
patch
|
blob
|
history
diff --git
a/board/ti/common/Kconfig
b/board/ti/common/Kconfig
index
2de4212
..
f481812
100644
(file)
--- a/
board/ti/common/Kconfig
+++ b/
board/ti/common/Kconfig
@@
-40,6
+40,8
@@
config TI_COMMON_CMD_OPTIONS
imply CMD_GPIO
imply CMD_GPT
imply CMD_I2C
+ imply CMD_MEMINFO
+ imply CMD_MEMINFO_MAP
imply CMD_MII
imply CMD_MMC
imply CMD_MMC_REG