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:
2b51069
)
ti: keystone2: Imply NFS command support
author
Andrew Davis
<afd@ti.com>
Tue, 25 Jul 2023 15:54:15 +0000
(10:54 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 8 Feb 2024 19:42:56 +0000
(14:42 -0500)
TI KS2 boards have the nfs command in their common environment boot
configuration, enable this command.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
ef48864
..
6d97136
100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-792,6
+792,7
@@
config ARCH_KEYSTONE
select SYS_ARCH_TIMER
select SYS_THUMB_BUILD
imply CMD_MTDPARTS
+ imply CMD_NFS
imply CMD_SAVES
imply FIT