mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
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>
This commit is contained in:
parent
96b5bf11ca
commit
301ecbb130
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue