|
@@ -153,14 +153,6 @@ config BR2_mips64el
|
|
http://www.mips.com/
|
|
http://www.mips.com/
|
|
http://en.wikipedia.org/wiki/MIPS_Technologies
|
|
http://en.wikipedia.org/wiki/MIPS_Technologies
|
|
|
|
|
|
-config BR2_nds32
|
|
|
|
- bool "nds32"
|
|
|
|
- select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
|
|
|
|
- select BR2_ARCH_HAS_MMU_MANDATORY
|
|
|
|
- help
|
|
|
|
- nds32 is a 32-bit architecture developed by Andes Technology.
|
|
|
|
- https://en.wikipedia.org/wiki/Andes_Technology
|
|
|
|
-
|
|
|
|
config BR2_nios2
|
|
config BR2_nios2
|
|
bool "Nios II"
|
|
bool "Nios II"
|
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
|
@@ -449,10 +441,6 @@ if BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el
|
|
source "arch/Config.in.mips"
|
|
source "arch/Config.in.mips"
|
|
endif
|
|
endif
|
|
|
|
|
|
-if BR2_nds32
|
|
|
|
-source "arch/Config.in.nds32"
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
if BR2_nios2
|
|
if BR2_nios2
|
|
source "arch/Config.in.nios2"
|
|
source "arch/Config.in.nios2"
|
|
endif
|
|
endif
|