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

Commit 838fdb4d authored by Peter Bergner's avatar Peter Bergner Committed by Paul Mackerras
Browse files

[POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FX



Jakub noticed the cputable.c entry for Xilinx Virtex-4 FX was missing
a .platform value, so the AT_PLATFORM value wouldn't be set correctly.
This adds it.

Signed-off-by: default avatarPeter Bergner <bergner@vnet.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b2c5f619
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -949,6 +949,7 @@ struct cpu_spec cpu_specs[] = {
			PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
		.icache_bsize		= 32,
		.dcache_bsize		= 32,
		.platform		= "ppc405",
	},
	{	/* 405EP */
		.pvr_mask		= 0xffff0000,