public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: versatilepb : drop warnings due to double definitions
@ 2011-08-30  7:24 Stefano Babic
  2011-08-30  8:11 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2011-08-30  7:24 UTC (permalink / raw)
  To: u-boot

CONFIG_ARCH_VERSATILE_PB  is defined twice - drop
the define from config.h.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 boards.cfg                  |    2 +-
 include/configs/versatile.h |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index c31114d..198619d 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -77,7 +77,7 @@ voiceblue                    arm         arm925t
 omap1510inn                  arm         arm925t     -                   ti
 integratorap_cm926ejs        arm         arm926ejs   integrator          armltd         -           integratorap
 integratorcp_cm926ejs        arm         arm926ejs   integrator          armltd         -           integratorcp
-versatileqemu                arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_QEMU
+versatileqemu                arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB
 versatilepb                  arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_PB
 versatileab                  arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_AB
 aspenite                     arm         arm926ejs   -                   Marvell        armada100
diff --git a/include/configs/versatile.h b/include/configs/versatile.h
index 32cee82..3bfcdff 100644
--- a/include/configs/versatile.h
+++ b/include/configs/versatile.h
@@ -39,10 +39,6 @@
 #define CONFIG_VERSATILE	1	/* in Versatile Platform Board	*/
 #define CONFIG_ARCH_VERSATILE	1	/* Specifically, a Versatile	*/
 
-#ifndef CONFIG_ARCH_VERSATILE_AB	/* AB				*/
-#define CONFIG_ARCH_VERSATILE_PB	/* Versatile PB is default	*/
-#endif
-
 #define CONFIG_SYS_MEMTEST_START	0x100000
 #define CONFIG_SYS_MEMTEST_END		0x10000000
 #define CONFIG_SYS_HZ			(1000000 / 256)
-- 
1.7.1

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

* [U-Boot] [PATCH] ARM: versatilepb : drop warnings due to double definitions
  2011-08-30  7:24 [U-Boot] [PATCH] ARM: versatilepb : drop warnings due to double definitions Stefano Babic
@ 2011-08-30  8:11 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2011-08-30  8:11 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

Le 30/08/2011 09:24, Stefano Babic a ?crit :
> CONFIG_ARCH_VERSATILE_PB  is defined twice - drop
> the define from config.h.
>
> Signed-off-by: Stefano Babic<sbabic@denx.de>
> ---
>   boards.cfg                  |    2 +-
>   include/configs/versatile.h |    4 ----
>   2 files changed, 1 insertions(+), 5 deletions(-)

This one is trivial enough a bugfix, which leaves all three boards with 
only the (unrelated) 'volatile' warning, so:

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2011-08-30  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30  7:24 [U-Boot] [PATCH] ARM: versatilepb : drop warnings due to double definitions Stefano Babic
2011-08-30  8:11 ` Albert ARIBAUD

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