diff mbox

[U-Boot] Remove broken boards csb226 and innokom

Message ID 1320788259-23206-1-git-send-email-albert.u.boot@aribaud.net
State Superseded
Headers show

Commit Message

Albert ARIBAUD Nov. 8, 2011, 9:37 p.m. UTC
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 CREDITS                                  |    4 ----
 MAINTAINERS                              |    5 -----
 arch/arm/include/asm/arch-pxa/hardware.h |    8 --------
 boards.cfg                               |    2 --
 doc/README.scrapyard                     |    2 ++
 5 files changed, 2 insertions(+), 19 deletions(-)

Comments

Marek Vasut Nov. 8, 2011, 9:47 p.m. UTC | #1
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>

Albert, I have this patch already enqueued in u-boot-pxa, not pushed yet though.

I'll send pull rq to you soon.

M
Detlev Zundel Nov. 9, 2011, 1:50 p.m. UTC | #2
Hi Albert,

> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> ---
>  CREDITS                                  |    4 ----
>  MAINTAINERS                              |    5 -----
>  arch/arm/include/asm/arch-pxa/hardware.h |    8 --------
>  boards.cfg                               |    2 --
>  doc/README.scrapyard                     |    2 ++
>  5 files changed, 2 insertions(+), 19 deletions(-)

[...]

> diff --git a/arch/arm/include/asm/arch-pxa/hardware.h b/arch/arm/include/asm/arch-pxa/hardware.h
> index 44b800f..655c0b9 100644
> --- a/arch/arm/include/asm/arch-pxa/hardware.h
> +++ b/arch/arm/include/asm/arch-pxa/hardware.h
> @@ -108,14 +108,6 @@ extern unsigned int get_lclk_frequency_10khz(void);
>  #include "cerf.h"
>  #endif
>  
> -#ifdef CONFIG_ARCH_CSB226
> -#include "csb226.h"
> -#endif
> -
> -#ifdef CONFIG_ARCH_INNOKOM
> -#include "innokom.h"
> -#endif

Could you please also remove these header files?

Also the whole board/{innokom,csb226} directories are now superflous,
right?

Cheers
  Detlev
Albert ARIBAUD Nov. 10, 2011, 2:23 p.m. UTC | #3
Le 08/11/2011 22:47, Marek Vasut a écrit :
>> Signed-off-by: Albert ARIBAUD<albert.u.boot@aribaud.net>
>
> Albert, I have this patch already enqueued in u-boot-pxa, not pushed yet though.
>
> I'll send pull rq to you soon.
>
> M

Sorry, I'd missed your patch.

Amicalement,
diff mbox

Patch

diff --git a/CREDITS b/CREDITS
index e8e923a..18af319 100644
--- a/CREDITS
+++ b/CREDITS
@@ -415,10 +415,6 @@  N: Andre Schwarz
 E: andre.schwarz@matrix-vision.de
 D: Support for Matrix Vision boards (MVBLM7/MVBC_P/MVSMR)
 
-N: Robert Schwebel
-E: r.schwebel@pengutronix.de
-D: Support for csb226 and innokom boards (PXA2xx)
-
 N: Aaron Sells
 E: sellsa@embeddedplanet.com
 D: Support for EP82xxM
diff --git a/MAINTAINERS b/MAINTAINERS
index 030fe4a..c16571b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -817,11 +817,6 @@  Heiko Schocher <hs@denx.de>
 	magnesium	i.MX27
 	mgcoge3un	ARM926EJS (Kirkwood SoC)
 
-Robert Schwebel <r.schwebel@pengutronix.de>
-
-	csb226		xscale/pxa
-	innokom		xscale/pxa
-
 Michael Schwingen <michael@schwingen.org>
 
 	actux1		xscale/ixp
diff --git a/arch/arm/include/asm/arch-pxa/hardware.h b/arch/arm/include/asm/arch-pxa/hardware.h
index 44b800f..655c0b9 100644
--- a/arch/arm/include/asm/arch-pxa/hardware.h
+++ b/arch/arm/include/asm/arch-pxa/hardware.h
@@ -108,14 +108,6 @@  extern unsigned int get_lclk_frequency_10khz(void);
 #include "cerf.h"
 #endif
 
-#ifdef CONFIG_ARCH_CSB226
-#include "csb226.h"
-#endif
-
-#ifdef CONFIG_ARCH_INNOKOM
-#include "innokom.h"
-#endif
-
 #ifdef CONFIG_ARCH_PLEB
 #include "pleb.h"
 #endif
diff --git a/boards.cfg b/boards.cfg
index 88be71b..15cdd17 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -214,8 +214,6 @@  balloon3                     arm         pxa
 cerf250                      arm         pxa
 colibri_pxa270               arm         pxa
 cradle                       arm         pxa
-csb226                       arm         pxa
-innokom                      arm         pxa
 lubbock                      arm         pxa
 palmld                       arm         pxa
 palmtc                       arm         pxa
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index cb5e4bc..44b674e 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -11,6 +11,8 @@  easily if here is something they might want to dig for...
 
 Board	Arch	CPU	removed	    Commit	last known maintainer/contact
 =============================================================================
+csb226	arm	pxa	-	  2011-11-08	Robert Schwebel <r.schwebel@pengutronix.de>
+innokom	arm	pxa	-	  2011-11-08	Robert Schwebel <r.schwebel@pengutronix.de>
 mpq101	powerpc	mpc85xx	-	  2011-10-23	Alex Dubov <oakad@yahoo.com>
 ixdpg425 arm	ixp	0ca8eb7	  2011-09-22	Stefan Roese <sr@denx.de>
 ixdp425 arm	ixp	0ca8eb7	  2011-09-22	Kyle Harris <kharris@nexus-tech.net>