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> (cherry picked from commit5ea20dfcb9)
This commit is contained in:
committed by
Simon Glass
parent
9512b75456
commit
9f19f02ad5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user