beagle_x15: enable NFS command
authorFelipe Balbi <balbi@ti.com>
Wed, 10 Dec 2014 20:16:15 +0000 (14:16 -0600)
committerTom Rini <trini@ti.com>
Mon, 5 Jan 2015 20:13:47 +0000 (15:13 -0500)
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 <balbi@ti.com>
include/configs/beagle_x15.h

index b233301..c7719f3 100644 (file)
@@ -44,6 +44,7 @@
 #define CONFIG_EFI_PARTITION
 
 /* 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 */