Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b37c7c66 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt
Browse files

sh: fix CPU_SH7723/7724 numbering bug

parent c68e3206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void)
	case 0x300b:
		switch (prr) {
		case 0x20:
			boot_cpu_data.type = CPU_SH7723;
			boot_cpu_data.type = CPU_SH7724;
			boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
			break;
		case 0x50: