diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:23:50 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-05 21:16:11 +0100 |
commit | 9e360dcc057030f1a5b06971af691f8d1687b635 (patch) | |
tree | 2c7433104dae96e87957c147e3bd89768610fff1 /extra/Configs | |
parent | 383a059a280444c6e914620adfdf05b5bd728a45 (diff) |
good by nios
Get rid of NIOS support. We try to support NIOSII.
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 8 | ||||
-rw-r--r-- | extra/Configs/Config.nios | 17 | ||||
-rw-r--r-- | extra/Configs/defconfigs/nios/defconfig | 1 |
3 files changed, 0 insertions, 26 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 48df4b742..9e6d09590 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -32,7 +32,6 @@ choice default TARGET_metag if DESIRED_TARGET_ARCH = "metag" default TARGET_microblaze if DESIRED_TARGET_ARCH = "microblaze" default TARGET_mips if DESIRED_TARGET_ARCH = "mips" - default TARGET_nios if DESIRED_TARGET_ARCH = "nios" default TARGET_nios2 if DESIRED_TARGET_ARCH = "nios2" default TARGET_or1k if DESIRED_TARGET_ARCH = "or1k" default TARGET_powerpc if DESIRED_TARGET_ARCH = "powerpc" @@ -100,9 +99,6 @@ config TARGET_microblaze config TARGET_mips bool "mips" -#config TARGET_nios -# bool "nios" - config TARGET_nios2 bool "nios2" @@ -188,10 +184,6 @@ if TARGET_metag source "extra/Configs/Config.metag" endif -if TARGET_nios -source "extra/Configs/Config.nios" -endif - if TARGET_nios2 source "extra/Configs/Config.nios2" endif diff --git a/extra/Configs/Config.nios b/extra/Configs/Config.nios deleted file mode 100644 index 639cd35e2..000000000 --- a/extra/Configs/Config.nios +++ /dev/null @@ -1,17 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see extra/config/Kconfig-language.txt -# - -config TARGET_ARCH - string - default "nios" - -config FORCE_OPTIONS_FOR_ARCH - bool - default y - select ARCH_LITTLE_ENDIAN - select ARCH_HAS_NO_MMU - select ARCH_HAS_NO_LDSO - select ARCH_HAS_DEPRECATED_SYSCALLS - select HAVE_NO_PIC diff --git a/extra/Configs/defconfigs/nios/defconfig b/extra/Configs/defconfigs/nios/defconfig deleted file mode 100644 index 2a110b893..000000000 --- a/extra/Configs/defconfigs/nios/defconfig +++ /dev/null @@ -1 +0,0 @@ -TARGET_nios=y |