[2.6 patch] m68knommu: remove the eLIA support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adrian Bunk
Date: Sunday, August 31, 2008 - 9:10 am

On Fri, Aug 29, 2008 at 09:07:56PM +1000, Greg Ungerer wrote:

Hi Greg,


Patch below.


cu
Adrian


<--  snip  -->


Greg Ungerer said about this board:
Only ever a handful where made, and that was in 1999.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 arch/m68knommu/Kconfig                |    6 ------
 arch/m68knommu/Makefile               |    1 -
 arch/m68knommu/include/asm/system.h   |    2 +-
 arch/m68knommu/platform/5307/config.c |    2 +-
 4 files changed, 2 insertions(+), 9 deletions(-)


diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index 15ffd55..f43d50f 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -399,12 +399,6 @@ config M5307C3
 	help
 	  Support for the Motorola M5307C3 board.
 
-config eLIA
-	bool "Moreton Bay eLIA board support"
-	depends on M5307
-	help
-	  Support for the Moreton Bay eLIA board.
-
 config SECUREEDGEMP3
 	bool "SnapGear SecureEdge/MP3 platform support"
 	depends on M5307
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile
index b63bbcf..fd0fb30 100644
--- a/arch/m68knommu/Makefile
+++ b/arch/m68knommu/Makefile
@@ -41,7 +41,6 @@ board-$(CONFIG_M5271EVB)	:= M5271EVB
 board-$(CONFIG_M5275EVB)	:= M5275EVB
 board-$(CONFIG_M5282EVB)	:= M5282EVB
 board-$(CONFIG_ELITE)		:= eLITE
-board-$(CONFIG_eLIA)		:= eLIA
 board-$(CONFIG_NETtel)		:= NETtel
 board-$(CONFIG_SECUREEDGEMP3)	:= MP3
 board-$(CONFIG_CLEOPATRA)	:= CLEOPATRA
diff --git a/arch/m68knommu/include/asm/system.h b/arch/m68knommu/include/asm/system.h
index 40f49de..4496c0a 100644
--- a/arch/m68knommu/include/asm/system.h
+++ b/arch/m68knommu/include/asm/system.h
@@ -230,7 +230,7 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz
         jmp 0xf0000400;			\
         ");				\
 })
-#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
+#elif defined(CONFIG_NETtel) || \
       defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
 #define HARD_RESET_NOW() ({		\
         asm("				\
diff --git a/arch/m68knommu/platform/5307/config.c b/arch/m68knommu/platform/5307/config.c
index 11cff66..724faf0 100644
--- a/arch/m68knommu/platform/5307/config.c
+++ b/arch/m68knommu/platform/5307/config.c
@@ -123,7 +123,7 @@ void __init config_BSP(char *commandp, int size)
 {
 	mcf_setimr(MCFSIM_IMR_MASKALL);
 
-#if defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
+#if defined(CONFIG_NETtel) || \
     defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
 	/* Copy command line from FLASH to local buffer... */
 	memcpy(commandp, (char *) 0xf0004000, size);

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] m68knommu: let PCI depend on BROKEN, Adrian Bunk, (Tue Aug 19, 6:47 am)
Re: [2.6 patch] m68knommu: let PCI depend on BROKEN, Geert Uytterhoeven, (Tue Aug 19, 7:13 am)
Re: [2.6 patch] m68knommu: let PCI depend on BROKEN, Adrian Bunk, (Tue Aug 19, 7:32 am)
Re: [2.6 patch] m68knommu: let PCI depend on BROKEN, Matthew Wilcox, (Tue Aug 19, 8:05 am)
Re: [2.6 patch] m68knommu: let PCI depend on BROKEN, Greg Ungerer, (Sun Aug 24, 11:16 pm)
Re: [RFC: 2.6 patch] m68knommu: remove the broken COMEMPCI ..., Geert Uytterhoeven, (Fri Aug 29, 12:31 am)
[2.6 patch] m68k: remove the dead PCI code, Adrian Bunk, (Sun Aug 31, 9:10 am)
[2.6 patch] m68knommu: remove the eLIA support, Adrian Bunk, (Sun Aug 31, 9:10 am)
[2.6 patch] m68knommu: remove the unused PCI option, Adrian Bunk, (Sun Aug 31, 9:10 am)
Re: [2.6 patch] m68k: remove the dead PCI code, Geert Uytterhoeven, (Wed Sep 3, 12:22 am)
Re: [2.6 patch] m68k: remove the dead PCI code, Geert Uytterhoeven, (Sat Sep 6, 5:23 am)
Re: [2.6 patch] m68k: remove the dead PCI code, Jesse Barnes, (Mon Sep 8, 10:06 pm)
Re: [2.6 patch] m68k: remove the dead PCI code, Geert Uytterhoeven, (Tue Sep 9, 12:11 am)
Re: [2.6 patch] m68k: remove the dead PCI code, Adrian Bunk, (Thu Sep 25, 6:31 am)