summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in8
-rw-r--r--extra/Configs/Config.nios17
-rw-r--r--extra/Configs/defconfigs/nios/defconfig1
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