arch/mips: remove some remaining mips1/2/3/4 bits
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 9 Oct 2015 13:43:32 +0000 (14:43 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Oct 2015 21:15:49 +0000 (23:15 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in.mips

index 7630503ed265831014c9ef04a85897fe789320fe..297977a6c015d01c6a2df4c7b8d6d281503ddd4a 100644 (file)
@@ -6,8 +6,8 @@ choice
        help
          Specific CPU variant to use
 
-         64bit cabable: 3, 4, 64, 64r2
-         non-64bit capable: 1, 2, 32, 32r2
+         64bit cabable: 64, 64r2
+         non-64bit capable: 32, 32r2
 
 config BR2_mips_32
        bool "mips 32"
@@ -65,10 +65,6 @@ config BR2_ARCH_HAS_ATOMICS
        default y
 
 config BR2_GCC_TARGET_ARCH
-       default "mips1"         if BR2_mips_1
-       default "mips2"         if BR2_mips_2
-       default "mips3"         if BR2_mips_3
-       default "mips4"         if BR2_mips_4
        default "mips32"        if BR2_mips_32
        default "mips32r2"      if BR2_mips_32r2
        default "mips64"        if BR2_mips_64