[PATCH] cmd: net: nfs: Enable the NFS command by default
Tejas Bhumkar
tejas.arvind.bhumkar at amd.com
Thu Dec 28 07:34:12 CET 2023
Activated the default use of NFS command for booting
images via network using the NFS protocol.
Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar at amd.com>
---
cmd/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index df6d71c103..a51b2d532f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1905,6 +1905,7 @@ config CMD_RARP
config CMD_NFS
bool "nfs"
+ default y
help
Boot image via network using NFS protocol.
--
2.27.0
More information about the U-Boot
mailing list