summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-09-30 10:36:50 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 13:22:17 +0200
commite14ce3cf295355a0af8b5b247291256a94f10c4c (patch)
tree75d4cddeb043d9b4821463214ee6fc0dba625d8d /arch
parent45c92c60b163abefb0e78fe4f992d7cbbdaa72e8 (diff)
MIPS: state that the current architecture variants are generic
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in.mips12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index 8771cd57d..56b8a6bb8 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -24,27 +24,27 @@ choice
non-64bit capable: 32, 32r2, 32r6
config BR2_mips_32
- bool "mips 32"
+ bool "Generic MIPS32"
depends on !BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS32
config BR2_mips_32r2
- bool "mips 32r2"
+ bool "Generic MIPS32R2"
depends on !BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS32R2
config BR2_mips_32r6
- bool "mips 32r6"
+ bool "Generic MIPS32R6"
depends on !BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS32R6
config BR2_mips_64
- bool "mips 64"
+ bool "Generic MIPS64"
depends on BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS64
config BR2_mips_64r2
- bool "mips 64r2"
+ bool "Generic MIPS64R2"
depends on BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS64R2
config BR2_mips_64r6
- bool "mips 64r6"
+ bool "Generic MIPS64R6"
depends on BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS64R6
endchoice