
21 Sep
2016
21 Sep
'16
3:53 p.m.
The Kconfig entry for L2 cache support is MIPS_L2_CACHE, not MIPS_L2. Fix that.
Signed-off-by: Paul Burton paul.burton@imgtec.com
--- Feel free to fold this into "boston: Introduce support for the MIPS Boston development board" as it's a minor fixup.
arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bb28cb2..097ad58 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -82,7 +82,7 @@ config TARGET_BOSTON select OF_CONTROL select MIPS_CM select MIPS_L1_CACHE_SHIFT_6 - select MIPS_L2 + select MIPS_L2_CACHE select SUPPORTS_BIG_ENDIAN select SUPPORTS_LITTLE_ENDIAN select SUPPORTS_CPU_MIPS32_R1
--
2.10.0