summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_sdp4430.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2010-11-28 20:00:12 -0500
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-28 20:00:12 -0500
commit35cf884de2557461df0042f35d3bcc187e629545 (patch)
treed22d1c4d389ecd1cef85c1acce270b6c71789e44 /include/configs/omap4_sdp4430.h
parentd0d2271f8c62e830ec65fb069b6d12dd708e3e2f (diff)
downloadblackbird-obmc-uboot-35cf884de2557461df0042f35d3bcc187e629545.tar.gz
blackbird-obmc-uboot-35cf884de2557461df0042f35d3bcc187e629545.zip
OMAP4: SDP4430: Disable CMD_NFS
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>
Diffstat (limited to 'include/configs/omap4_sdp4430.h')
-rw-r--r--include/configs/omap4_sdp4430.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index ed0bd41f7d..d2883336b9 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -139,6 +139,7 @@
/* 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 */
OpenPOWER on IntegriCloud