summaryrefslogtreecommitdiff
path: root/target/Config.in.arch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-03-30 17:18:25 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-03-30 17:19:59 +0200
commitf220498f4b96c86b2d4ef7048f9c82f85c73d75c (patch)
tree14307b9a13979741e4b6b1e927bc1ffa91bc8da7 /target/Config.in.arch
parent8628082b83110acad71c27b79edd5f5345c405b0 (diff)
get rid of broken nios2 support
Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/Config.in.arch')
-rw-r--r--target/Config.in.arch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch
index 1e3c78cad..26f7aa5db 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -28,9 +28,6 @@ config BR2_mips
bool "mips"
config BR2_mipsel
bool "mipsel"
-config BR2_nios2
- bool "nios2"
- depends on BROKEN # no kernel headers
config BR2_powerpc
bool "powerpc"
config BR2_sh
@@ -519,7 +516,6 @@ config BR2_ARCH
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel
- default "nios2" if BR2_nios2
default "powerpc" if BR2_powerpc
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
default "sh2eb" if BR2_sh2eb
@@ -543,8 +539,7 @@ config BR2_ARCH
config BR2_ENDIAN
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
- BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
- BR2_sh64
+ BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_sh64
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
BR2_sh3eb || BR2_sh4eb || BR2_sparc || BR2_sparc64