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: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

authored by Adrian Bunk and committed by Greg Ungerer 3947fca7 e0212e72

+2 -9
+1 -1
arch/m68k/include/asm/system_no.h
··· 230 jmp 0xf0000400; \ 231 "); \ 232 }) 233 - #elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \ 234 defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA) 235 #define HARD_RESET_NOW() ({ \ 236 asm(" \
··· 230 jmp 0xf0000400; \ 231 "); \ 232 }) 233 + #elif defined(CONFIG_NETtel) || \ 234 defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA) 235 #define HARD_RESET_NOW() ({ \ 236 asm(" \
-6
arch/m68knommu/Kconfig
··· 402 help 403 Support for the Motorola M5307C3 board. 404 405 - config eLIA 406 - bool "Moreton Bay eLIA board support" 407 - depends on M5307 408 - help 409 - Support for the Moreton Bay eLIA board. 410 - 411 config SECUREEDGEMP3 412 bool "SnapGear SecureEdge/MP3 platform support" 413 depends on M5307
··· 402 help 403 Support for the Motorola M5307C3 board. 404 405 config SECUREEDGEMP3 406 bool "SnapGear SecureEdge/MP3 platform support" 407 depends on M5307
-1
arch/m68knommu/Makefile
··· 41 board-$(CONFIG_M5275EVB) := M5275EVB 42 board-$(CONFIG_M5282EVB) := M5282EVB 43 board-$(CONFIG_ELITE) := eLITE 44 - board-$(CONFIG_eLIA) := eLIA 45 board-$(CONFIG_NETtel) := NETtel 46 board-$(CONFIG_SECUREEDGEMP3) := MP3 47 board-$(CONFIG_CLEOPATRA) := CLEOPATRA
··· 41 board-$(CONFIG_M5275EVB) := M5275EVB 42 board-$(CONFIG_M5282EVB) := M5282EVB 43 board-$(CONFIG_ELITE) := eLITE 44 board-$(CONFIG_NETtel) := NETtel 45 board-$(CONFIG_SECUREEDGEMP3) := MP3 46 board-$(CONFIG_CLEOPATRA) := CLEOPATRA
+1 -1
arch/m68knommu/platform/5307/config.c
··· 123 { 124 mcf_setimr(MCFSIM_IMR_MASKALL); 125 126 - #if defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \ 127 defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA) 128 /* Copy command line from FLASH to local buffer... */ 129 memcpy(commandp, (char *) 0xf0004000, size);
··· 123 { 124 mcf_setimr(MCFSIM_IMR_MASKALL); 125 126 + #if defined(CONFIG_NETtel) || \ 127 defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA) 128 /* Copy command line from FLASH to local buffer... */ 129 memcpy(commandp, (char *) 0xf0004000, size);