]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP4: Panda: Disable CMD_NFS
authorSteve Sakoman <steve.sakoman@linaro.org>
Fri, 19 Nov 2010 16:29:16 +0000 (11:29 -0500)
committerSandeep Paulraj <s-paulraj@ti.com>
Fri, 19 Nov 2010 21:29:02 +0000 (16:29 -0500)
This patch fixes the Panda build after commit 6d8962e814c15807dd6ac5757904be2a02d187b8
by explicitly disabling CMD_NFS

>From the commit message for "Switch from archive libraries to partial linking":

This commit reveals board configurations that exclude some features but
include source files that depend these disabled features in the build,
resulting in undefined symbols.  Known such cases include:

- disabling CMD_NET but not CMD_NFS;
- enabling CONFIG_OF_LIBFDT but not CONFIG_QE.

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/omap4_panda.h

index eeab11c85702a5c8c04e85812fd9674d1d4c461c..2b03b0f2b629b7b1a300eab2c4919514c0f0831b 100644 (file)
 
 /* Disabled commands */
 #undef CONFIG_CMD_NET
+#undef CONFIG_CMD_NFS
 #undef CONFIG_CMD_FPGA         /* FPGA configuration Support   */
 #undef CONFIG_CMD_IMLS         /* List all found images        */