From: Andrew Davis Date: Tue, 25 Jul 2023 15:54:15 +0000 (-0500) Subject: ti: keystone2: Imply NFS command support X-Git-Tag: v2024.04-rc2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ae98a68256cacab4f636b8477a8114db53a0ae;p=pandora-u-boot.git ti: keystone2: Imply NFS command support TI KS2 boards have the nfs command in their common environment boot configuration, enable this command. Signed-off-by: Andrew Davis Reviewed-by: Tom Rini --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef48864b4ae..6d971362c28 100644 --- 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