* [U-Boot] [PATCH] Remove broken boards csb226 and innokom
@ 2011-11-08 21:37 Albert ARIBAUD
2011-11-08 21:47 ` Marek Vasut
2011-11-09 13:50 ` Detlev Zundel
0 siblings, 2 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2011-11-08 21:37 UTC (permalink / raw)
To: u-boot
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/CREDITS b/CREDITS
index e8e923a..18af319 100644
--- a/CREDITS
+++ b/CREDITS
@@ -415,10 +415,6 @@ N: Andre Schwarz
E: andre.schwarz at matrix-vision.de
D: Support for Matrix Vision boards (MVBLM7/MVBC_P/MVSMR)
-N: Robert Schwebel
-E: r.schwebel at pengutronix.de
-D: Support for csb226 and innokom boards (PXA2xx)
-
N: Aaron Sells
E: sellsa at 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>
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove broken boards csb226 and innokom
2011-11-08 21:37 [U-Boot] [PATCH] Remove broken boards csb226 and innokom Albert ARIBAUD
@ 2011-11-08 21:47 ` Marek Vasut
2011-11-10 14:23 ` Albert ARIBAUD
2011-11-09 13:50 ` Detlev Zundel
1 sibling, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2011-11-08 21:47 UTC (permalink / raw)
To: u-boot
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove broken boards csb226 and innokom
2011-11-08 21:37 [U-Boot] [PATCH] Remove broken boards csb226 and innokom Albert ARIBAUD
2011-11-08 21:47 ` Marek Vasut
@ 2011-11-09 13:50 ` Detlev Zundel
1 sibling, 0 replies; 4+ messages in thread
From: Detlev Zundel @ 2011-11-09 13:50 UTC (permalink / raw)
To: u-boot
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
--
Two monks went fishing in an electron river. The first monk drew out his
network, and out flopped a hacker. The second monk cried, "The poor hacker!
How can it live outside of the network?" The first monk said, "When you
have learned to live outside the network, then you will know."
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove broken boards csb226 and innokom
2011-11-08 21:47 ` Marek Vasut
@ 2011-11-10 14:23 ` Albert ARIBAUD
0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2011-11-10 14:23 UTC (permalink / raw)
To: u-boot
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,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-10 14:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 21:37 [U-Boot] [PATCH] Remove broken boards csb226 and innokom Albert ARIBAUD
2011-11-08 21:47 ` Marek Vasut
2011-11-10 14:23 ` Albert ARIBAUD
2011-11-09 13:50 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox