mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 04:17:09 +00:00
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>
This commit is contained in:
parent
2b51069b7c
commit
f2ae98a682
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue