Sfoglia il codice sorgente

MIPS: Kconfig: Fix duplicate default value for MIPS_L1_CACHE_SHIFT.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 15 anni fa
parent
commit
c708875551
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      arch/mips/Kconfig

+ 1 - 2
arch/mips/Kconfig

@@ -1012,9 +1012,8 @@ config BOOT_ELF32
 
 
 config MIPS_L1_CACHE_SHIFT
 config MIPS_L1_CACHE_SHIFT
 	int
 	int
-	default "4" if MACH_DECSTATION || MIKROTIK_RB532
+	default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL
 	default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
 	default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
-	default "4" if PMC_MSP4200_EVAL
 	default "5"
 	default "5"
 
 
 config HAVE_STD_PC_SERIAL_PORT
 config HAVE_STD_PC_SERIAL_PORT