summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-12-10 14:16:15 -0600
committerTom Rini <trini@ti.com>2015-01-05 15:13:47 -0500
commit301ecbb130f8bd312fbde4fd29c8484000cbe25a (patch)
treeddd00c38372c9b27fe0cfc7c66fee0e361d32d56
parent96b5bf11ca4a0260fd17a7c6f320056ef89a2b97 (diff)
downloadtalos-obmc-uboot-301ecbb130f8bd312fbde4fd29c8484000cbe25a.tar.gz
talos-obmc-uboot-301ecbb130f8bd312fbde4fd29c8484000cbe25a.zip
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>
-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 b2333013e1..c7719f389a 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 */
OpenPOWER on IntegriCloud