Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3947fca7 authored by Adrian Bunk's avatar Adrian Bunk Committed by Greg Ungerer
Browse files

m68knommu: remove obsolete and unused eLIA board



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

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent e0212e72
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -230,7 +230,7 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz
        jmp 0xf0000400;			\
        jmp 0xf0000400;			\
        ");				\
        ");				\
})
})
#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
#elif defined(CONFIG_NETtel) || \
      defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
      defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
#define HARD_RESET_NOW() ({		\
#define HARD_RESET_NOW() ({		\
        asm("				\
        asm("				\
+0 −6
Original line number Original line Diff line number Diff line
@@ -402,12 +402,6 @@ config M5307C3
	help
	help
	  Support for the Motorola M5307C3 board.
	  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
config SECUREEDGEMP3
	bool "SnapGear SecureEdge/MP3 platform support"
	bool "SnapGear SecureEdge/MP3 platform support"
	depends on M5307
	depends on M5307
+0 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,6 @@ board-$(CONFIG_M5271EVB) := M5271EVB
board-$(CONFIG_M5275EVB)	:= M5275EVB
board-$(CONFIG_M5275EVB)	:= M5275EVB
board-$(CONFIG_M5282EVB)	:= M5282EVB
board-$(CONFIG_M5282EVB)	:= M5282EVB
board-$(CONFIG_ELITE)		:= eLITE
board-$(CONFIG_ELITE)		:= eLITE
board-$(CONFIG_eLIA)		:= eLIA
board-$(CONFIG_NETtel)		:= NETtel
board-$(CONFIG_NETtel)		:= NETtel
board-$(CONFIG_SECUREEDGEMP3)	:= MP3
board-$(CONFIG_SECUREEDGEMP3)	:= MP3
board-$(CONFIG_CLEOPATRA)	:= CLEOPATRA
board-$(CONFIG_CLEOPATRA)	:= CLEOPATRA
+1 −1
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@ void __init config_BSP(char *commandp, int size)
{
{
	mcf_setimr(MCFSIM_IMR_MASKALL);
	mcf_setimr(MCFSIM_IMR_MASKALL);


#if defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
#if defined(CONFIG_NETtel) || \
    defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
    defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
	/* Copy command line from FLASH to local buffer... */
	/* Copy command line from FLASH to local buffer... */
	memcpy(commandp, (char *) 0xf0004000, size);
	memcpy(commandp, (char *) 0xf0004000, size);