Skip to content
Snippets Groups Projects
Commit 301ecbb1 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tom Rini
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent 96b5bf11
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment