|
@@ -27,10 +27,7 @@ static inline int __pure __get_cpu_type(const int cpu_type)
|
|
#ifdef CONFIG_SYS_HAS_CPU_MIPS32_R1
|
|
#ifdef CONFIG_SYS_HAS_CPU_MIPS32_R1
|
|
case CPU_4KC:
|
|
case CPU_4KC:
|
|
case CPU_ALCHEMY:
|
|
case CPU_ALCHEMY:
|
|
- case CPU_BMIPS3300:
|
|
|
|
- case CPU_BMIPS4350:
|
|
|
|
case CPU_PR4450:
|
|
case CPU_PR4450:
|
|
- case CPU_BMIPS32:
|
|
|
|
case CPU_JZRISC:
|
|
case CPU_JZRISC:
|
|
#endif
|
|
#endif
|
|
|
|
|
|
@@ -163,6 +160,16 @@ static inline int __pure __get_cpu_type(const int cpu_type)
|
|
case CPU_CAVIUM_OCTEON2:
|
|
case CPU_CAVIUM_OCTEON2:
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#if defined(CONFIG_SYS_HAS_CPU_BMIPS32_3300) || \
|
|
|
|
+ defined (CONFIG_SYS_HAS_CPU_MIPS32_R1)
|
|
|
|
+ case CPU_BMIPS32:
|
|
|
|
+ case CPU_BMIPS3300:
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_SYS_HAS_CPU_BMIPS4350
|
|
|
|
+ case CPU_BMIPS4350:
|
|
|
|
+#endif
|
|
|
|
+
|
|
#ifdef CONFIG_SYS_HAS_CPU_BMIPS4380
|
|
#ifdef CONFIG_SYS_HAS_CPU_BMIPS4380
|
|
case CPU_BMIPS4380:
|
|
case CPU_BMIPS4380:
|
|
#endif
|
|
#endif
|