All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MX53: mx53evk: Remove duplicate define
@ 2011-05-11 14:16 Fabio Estevam
  2011-05-11 14:38 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2011-05-11 14:16 UTC (permalink / raw)
  To: u-boot

Fix the following warning:

../include/configs/mx53evk.h:195: warning: "CONFIG_OF_LIBFDT" redefined
../include/configs/mx53evk.h:41: note: this is the location of the previous definition


Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53evk.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 5749a08..6ac910b 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -38,8 +38,6 @@
 #define CONFIG_SETUP_MEMORY_TAGS	1
 #define CONFIG_INITRD_TAG		1
 
-#define CONFIG_OF_LIBFDT		1
-
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.6.0.4

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

* [U-Boot] [PATCH] MX53: mx53evk: Remove duplicate define
  2011-05-11 14:16 [U-Boot] [PATCH] MX53: mx53evk: Remove duplicate define Fabio Estevam
@ 2011-05-11 14:38 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2011-05-11 14:38 UTC (permalink / raw)
  To: u-boot

On 05/11/2011 04:16 PM, Fabio Estevam wrote:
> Fix the following warning:
> 
> ../include/configs/mx53evk.h:195: warning: "CONFIG_OF_LIBFDT" redefined
> ../include/configs/mx53evk.h:41: note: this is the location of the previous definition
> 
> 

Hi Fabio,

> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/mx53evk.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
> index 5749a08..6ac910b 100644
> --- a/include/configs/mx53evk.h
> +++ b/include/configs/mx53evk.h
> @@ -38,8 +38,6 @@
>  #define CONFIG_SETUP_MEMORY_TAGS	1
>  #define CONFIG_INITRD_TAG		1
>  
> -#define CONFIG_OF_LIBFDT		1
> -
>  /* Size of malloc() pool */
>  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)

There is already a patch for this:

	http://patchwork.ozlabs.org/patch/93978/

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

end of thread, other threads:[~2011-05-11 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-11 14:16 [U-Boot] [PATCH] MX53: mx53evk: Remove duplicate define Fabio Estevam
2011-05-11 14:38 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.