diff mbox

[U-Boot] beagle_x15: enable NFS command

Message ID 1418242575-15080-1-git-send-email-balbi@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Felipe Balbi Dec. 10, 2014, 8:16 p.m. UTC
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(+)

Comments

Tom Rini Jan. 7, 2015, 3:11 p.m. UTC | #1
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!
diff mbox

Patch

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