projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b5bf1
)
beagle_x15: enable NFS command
author
Felipe Balbi
<balbi@ti.com>
Wed, 10 Dec 2014 20:16:15 +0000
(14:16 -0600)
committer
Tom Rini
<trini@ti.com>
Mon, 5 Jan 2015 20:13:47 +0000
(15:13 -0500)
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
patch
|
blob
|
history
diff --git
a/include/configs/beagle_x15.h
b/include/configs/beagle_x15.h
index b2333013e12cc0f64d8575b30c169a59460e8f84..c7719f389a6444ac3fc3d901671522695197a99a 100644
(file)
--- 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 */