public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP4: Panda: Disable CMD_NFS
@ 2010-11-18 18:25 Steve Sakoman
  2010-11-19 16:29 ` Paulraj, Sandeep
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Sakoman @ 2010-11-18 18:25 UTC (permalink / raw)
  To: u-boot

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>
---

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index e373fe0..8715ed7 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        */
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] OMAP4: Panda: Disable CMD_NFS
  2010-11-18 18:25 [U-Boot] [PATCH] OMAP4: Panda: Disable CMD_NFS Steve Sakoman
@ 2010-11-19 16:29 ` Paulraj, Sandeep
  0 siblings, 0 replies; 2+ messages in thread
From: Paulraj, Sandeep @ 2010-11-19 16:29 UTC (permalink / raw)
  To: u-boot



> 
> 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>
> ---
> 
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index e373fe0..8715ed7 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        */
> 

Pushed to u-boot-ti

Thanks,
Sandeep

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-19 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 18:25 [U-Boot] [PATCH] OMAP4: Panda: Disable CMD_NFS Steve Sakoman
2010-11-19 16:29 ` Paulraj, Sandeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox