public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] ti: keystone2: Imply NFS command support
@ 2023-07-25 15:54 Andrew Davis
  2023-07-25 15:54 ` [PATCH 2/2] ti: keystone2: Move common Kconfig selections to under ARCH_KEYSTONE Andrew Davis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew Davis @ 2023-07-25 15:54 UTC (permalink / raw)
  To: Simon Glass, Tom Rini, Nishanth Menon, Vignesh Raghavendra,
	u-boot
  Cc: Andrew Davis

TI KS2 boards have the nfs command in their common environment boot
configuration, enable this command.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bdd535fd73f..c019e56d404 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -790,6 +790,7 @@ config ARCH_KEYSTONE
 	select SYS_ARCH_TIMER
 	select SYS_THUMB_BUILD
 	imply CMD_MTDPARTS
+	imply CMD_NFS
 	imply CMD_SAVES
 	imply FIT
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-08 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 15:54 [PATCH 1/2] ti: keystone2: Imply NFS command support Andrew Davis
2023-07-25 15:54 ` [PATCH 2/2] ti: keystone2: Move common Kconfig selections to under ARCH_KEYSTONE Andrew Davis
2023-07-25 17:41   ` Tom Rini
2024-02-08 19:37     ` Andrew Davis
2023-07-25 17:41 ` [PATCH 1/2] ti: keystone2: Imply NFS command support Tom Rini
2024-02-08 20:18 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox