]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP4: SDP4430: Disable CMD_NFS
authorDirk Behme <dirk.behme@googlemail.com>
Mon, 29 Nov 2010 01:00:12 +0000 (20:00 -0500)
committerSandeep Paulraj <s-paulraj@ti.com>
Mon, 29 Nov 2010 01:00:12 +0000 (20:00 -0500)
This patch fixes the SDB4430 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: Dirk Behme <dirk.behme@googlemail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/omap4_sdp4430.h

index ed0bd41f7d3b6c2755bee4834fe82e49dd64b26d..d2883336b9ac66c860d795d490978b26091f4f4e 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        */