summaryrefslogtreecommitdiff
path: root/include/configs
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 /include/configs
parent96b5bf11ca4a0260fd17a7c6f320056ef89a2b97 (diff)
downloadu-boot-imx-301ecbb130f8bd312fbde4fd29c8484000cbe25a.zip
u-boot-imx-301ecbb130f8bd312fbde4fd29c8484000cbe25a.tar.gz
u-boot-imx-301ecbb130f8bd312fbde4fd29c8484000cbe25a.tar.bz2
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')
-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 */