[U-Boot] [PATCH] MIPS: Fix boston L2 cache Kconfig selection
Paul Burton
paul.burton at imgtec.com
Wed Sep 21 15:53:02 CEST 2016
The Kconfig entry for L2 cache support is MIPS_L2_CACHE, not MIPS_L2.
Fix that.
Signed-off-by: Paul Burton <paul.burton at 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
More information about the U-Boot
mailing list