commit | 2aefcb6ad9cfe9cacb9b33a3712c8d6070c44d20 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Tue Jul 25 10:54:15 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 08 14:42:56 2024 -0500 |
tree | 4b4cc21df4628e5bb9f0c37247644cdd8da2ca9e | |
parent | bac7c75102898b2f923ce8a993c443945a6e37ca [diff] [blame] |
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 <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef48864..6d97136 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -792,6 +792,7 @@ select SYS_ARCH_TIMER select SYS_THUMB_BUILD imply CMD_MTDPARTS + imply CMD_NFS imply CMD_SAVES imply FIT