From 383a059a280444c6e914620adfdf05b5bd728a45 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 23:19:38 -0600 Subject: good by e1 It is marked as broken and it seems you can't get any hardware for that anymore. --- extra/Configs/Config.e1 | 16 ---------------- extra/Configs/Config.in | 8 -------- extra/Configs/defconfigs/e1/defconfig | 1 - 3 files changed, 25 deletions(-) delete mode 100644 extra/Configs/Config.e1 delete mode 100644 extra/Configs/defconfigs/e1/defconfig (limited to 'extra') diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1 deleted file mode 100644 index 284bbfaee..000000000 --- a/extra/Configs/Config.e1 +++ /dev/null @@ -1,16 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see extra/config/Kconfig-language.txt -# - -config TARGET_ARCH - string - default "e1" - -config FORCE_OPTIONS_FOR_ARCH - bool - default y - select ARCH_BIG_ENDIAN - select ARCH_HAS_NO_MMU - select ARCH_HAS_NO_SHARED - select ARCH_HAS_DEPRECATED_SYSCALLS diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index df99a5c88..48df4b742 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -21,7 +21,6 @@ choice default TARGET_avr32 if DESIRED_TARGET_ARCH = "avr32" default TARGET_bfin if DESIRED_TARGET_ARCH = "bfin" default TARGET_cris if DESIRED_TARGET_ARCH = "cris" - default TARGET_e1 if DESIRED_TARGET_ARCH = "e1" default TARGET_frv if DESIRED_TARGET_ARCH = "frv" default TARGET_h8300 if DESIRED_TARGET_ARCH = "h8300" default TARGET_hppa if DESIRED_TARGET_ARCH = "hppa" @@ -68,9 +67,6 @@ config TARGET_c6x config TARGET_cris bool "cris" -#config TARGET_e1 -# bool "e1 (BROKEN)" - #config TARGET_frv # bool "frv (BROKEN)" @@ -156,10 +152,6 @@ if TARGET_cris source "extra/Configs/Config.cris" endif -if TARGET_e1 -source "extra/Configs/Config.e1" -endif - if TARGET_frv source "extra/Configs/Config.frv" endif diff --git a/extra/Configs/defconfigs/e1/defconfig b/extra/Configs/defconfigs/e1/defconfig deleted file mode 100644 index e204c8778..000000000 --- a/extra/Configs/defconfigs/e1/defconfig +++ /dev/null @@ -1 +0,0 @@ -TARGET_e1=y -- cgit v1.2.3