From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Date: Wed, 10 Dec 2014 14:16:15 -0600 Subject: [U-Boot] [PATCH] beagle_x15: enable NFS command Message-ID: <1418242575-15080-1-git-send-email-balbi@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de NFS is useful for loading zImage and dts through NFS export. It saves us from running two services for loading files over the network (tftp and nfs). Signed-off-by: Felipe Balbi --- include/configs/beagle_x15.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h index cc36330..58419b5 100644 --- a/include/configs/beagle_x15.h +++ b/include/configs/beagle_x15.h @@ -46,6 +46,7 @@ #define CONFIG_CMD_PART /* CPSW Ethernet */ +#define CONFIG_CMD_NFS #define CONFIG_CMD_NET /* 'bootp' and 'tftp' */ #define CONFIG_CMD_DHCP #define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */ -- 2.2.0