Hello! While attempting to NFS boot an embedded board, it discovered that U-Boot expects the server to listen to UDP, which it doesn't by default. This patch adds a switch to make it possible to configure to what kind of sockets (TCP/UDP or both) the NFS server listens to. Maxim