diff mbox series

[1/2] ti: keystone2: Imply NFS command support

Message ID 20230725155416.100678-1-afd@ti.com
State Accepted
Commit f2ae98a68256cacab4f636b8477a8114db53a0ae
Delegated to: Tom Rini
Headers show
Series [1/2] ti: keystone2: Imply NFS command support | expand

Commit Message

Andrew Davis July 25, 2023, 3:54 p.m. UTC
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(+)

Comments

Tom Rini July 25, 2023, 5:41 p.m. UTC | #1
On Tue, Jul 25, 2023 at 10:54:15AM -0500, Andrew Davis wrote:

> 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>
Tom Rini Feb. 8, 2024, 8:18 p.m. UTC | #2
On Tue, 25 Jul 2023 10:54:15 -0500, Andrew Davis wrote:

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

Applied to u-boot/master, thanks!
diff mbox series

Patch

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