From: Felipe Balbi Date: Wed, 10 Dec 2014 20:16:15 +0000 (-0600) Subject: beagle_x15: enable NFS command X-Git-Tag: v2015.01~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=301ecbb130f8bd312fbde4fd29c8484000cbe25a;p=u-boot 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 --- diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h index b2333013e1..c7719f389a 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 */