diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:19:38 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-05 21:12:19 +0100 |
commit | 383a059a280444c6e914620adfdf05b5bd728a45 (patch) | |
tree | 179e401e3306194d132dc64c7fe8dbba79a5d1e0 /extra | |
parent | d2ac3a6b3a2d2369bec4bf9f0555ebbe72e7bdf5 (diff) |
good by e1
It is marked as broken and it seems you can't get
any hardware for that anymore.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.e1 | 16 | ||||
-rw-r--r-- | extra/Configs/Config.in | 8 | ||||
-rw-r--r-- | extra/Configs/defconfigs/e1/defconfig | 1 |
3 files changed, 0 insertions, 25 deletions
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 |