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:
committed by
Tom Rini
parent
20f641987f
commit
5ea20dfcb9
@@ -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