public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] beagle_x15: enable NFS command
@ 2014-12-10 20:16 Felipe Balbi
  2015-01-07 15:11 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2014-12-10 20:16 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/beagle_x15.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h
index cc36330..58419b5 100644
--- a/include/configs/beagle_x15.h
+++ b/include/configs/beagle_x15.h
@@ -46,6 +46,7 @@
 #define CONFIG_CMD_PART
 
 /* 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 */
-- 
2.2.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] beagle_x15: enable NFS command
  2014-12-10 20:16 [U-Boot] [PATCH] beagle_x15: enable NFS command Felipe Balbi
@ 2015-01-07 15:11 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2015-01-07 15:11 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 10, 2014 at 02:16:15PM -0600, Felipe Balbi wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150107/b40e4400/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-07 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 20:16 [U-Boot] [PATCH] beagle_x15: enable NFS command Felipe Balbi
2015-01-07 15:11 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox