summaryrefslogtreecommitdiff
path: root/include/configs/beagle_x15.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-12-10 20:16:15 (GMT)
committerTom Rini <trini@ti.com>2015-01-05 20:13:47 (GMT)
commit301ecbb130f8bd312fbde4fd29c8484000cbe25a (patch)
treeddd00c38372c9b27fe0cfc7c66fee0e361d32d56 /include/configs/beagle_x15.h
parent96b5bf11ca4a0260fd17a7c6f320056ef89a2b97 (diff)
downloadu-boot-fsl-qoriq-301ecbb130f8bd312fbde4fd29c8484000cbe25a.tar.xz
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>
Diffstat (limited to 'include/configs/beagle_x15.h')
-rw-r--r--include/configs/beagle_x15.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h
index b233301..c7719f3 100644
--- a/include/configs/beagle_x15.h
+++ b/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 */