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

Commit 330117ff authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Ralf Baechle
Browse files

[MIPS] Add RM200 with R5000 CPU to known ARC machines



RM200 with R5ks have a little bit different arcname.

Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0e27d793
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,11 @@ static struct smatch mach_table[] = {
		.liname		= "SNI RM200_PCI",
		.liname		= "SNI RM200_PCI",
		.type		= MACH_SNI_RM200_PCI,
		.type		= MACH_SNI_RM200_PCI,
		.flags		= PROM_FLAG_DONT_FREE_TEMP,
		.flags		= PROM_FLAG_DONT_FREE_TEMP,
	}, {
		.arcname	= "RM200PCI-R5K",
		.liname		= "SNI RM200_PCI-R5K",
		.type		= MACH_SNI_RM200_PCI,
		.flags		= PROM_FLAG_DONT_FREE_TEMP,
	}
	}
};
};