From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulraj, Sandeep Date: Mon, 29 Nov 2010 15:36:52 -0600 Subject: [U-Boot] [PATCH] AM3517:Build FIX: undef CONFIG_CMD_NFS support In-Reply-To: <1291047762-24735-1-git-send-email-hvaibhav@ti.com> References: <1291047762-24735-1-git-send-email-hvaibhav@ti.com> Message-ID: <0554BEF07D437848AF01B9C9B5F0BC5DBD4FBA8B@dlee01.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > From: Vaibhav Hiremath > > Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads > to linking error, so disable CONFIG_CMD_NFS option. > > Signed-off-by: Vaibhav Hiremath > --- > include/configs/am3517_evm.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h > index 3dda1e9..70e8f07 100644 > --- a/include/configs/am3517_evm.h > +++ b/include/configs/am3517_evm.h > @@ -163,6 +163,7 @@ > #define CONFIG_DRIVER_OMAP34XX_I2C 1 > > #undef CONFIG_CMD_NET > +#undef CONFIG_CMD_NFS > /* > * Board NAND Info. > */ > -- > 1.6.2.4 Pushed to u-boot-ti