mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
board: ti: common: Kconfig: Add CMD_NFS
Add CMD_NFS to list of configs implied by CONFIG_TI_COMMON_CMD_OPTIONS.
This allows network booting via the NFS protocol from the U-Boot prompt.
Fixes: 10de125707
("disable NFS support by default")
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
20f641987f
commit
5ea20dfcb9
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ config TI_COMMON_CMD_OPTIONS
|
|||
imply CMD_I2C
|
||||
imply CMD_MII
|
||||
imply CMD_MMC
|
||||
imply CMD_NFS
|
||||
imply CMD_PART
|
||||
imply CMD_PING
|
||||
imply CMD_PMIC if DM_PMIC
|
||||
|
|
Loading…
Add table
Reference in a new issue