From: Vaibhav Hiremath Date: Mon, 29 Nov 2010 21:36:07 +0000 (-0500) Subject: AM3517:Build FIX: undef CONFIG_CMD_NFS support X-Git-Tag: v2010.12-rc3~24^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa82d5f2a6cf373463270ad5e3160ef906d99175;p=platform%2Fkernel%2Fu-boot.git AM3517:Build FIX: undef CONFIG_CMD_NFS support Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads to linking error, so disable CONFIG_CMD_NFS option. Signed-off-by: Vaibhav Hiremath Signed-off-by: Sandeep Paulraj --- 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. */