The Kconfig entry for L2 cache support is MIPS_L2_CACHE, not MIPS_L2.
Fix that.

Signed-off-by: Paul Burton <paul.bur...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to