summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_panda.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve.sakoman@linaro.org>2010-11-19 11:29:16 -0500
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-19 16:29:02 -0500
commit8721e95b16024f0a92ccc1cd85aecf6672fe9499 (patch)
tree920becda0c1ec739c62c9402155eb23cb5ba60ec /include/configs/omap4_panda.h
parent73225245a213af63d983464e362e4a216d9aa7db (diff)
downloadblackbird-obmc-uboot-8721e95b16024f0a92ccc1cd85aecf6672fe9499.tar.gz
blackbird-obmc-uboot-8721e95b16024f0a92ccc1cd85aecf6672fe9499.zip
OMAP4: Panda: Disable CMD_NFS
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>
Diffstat (limited to 'include/configs/omap4_panda.h')
-rw-r--r--include/configs/omap4_panda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index eeab11c857..2b03b0f2b6 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -134,6 +134,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