beagle_x15: enable NFS command

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>
master
Felipe Balbi 10 years ago committed by Tom Rini
parent 96b5bf11ca
commit 301ecbb130
  1. 1
      include/configs/beagle_x15.h

@ -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 */

Loading…
Cancel
Save