[PATCH RESEND] ARM: dove: fix Dove cpu type from V7 to PJ4

2013-04-29 Thread Sebastian Hesselbarth
The CPU used in Marvell Dove SoCs is a PJ4 Sheeva core. Using CONFIG_CPU_PJ4 instead of CONFIG_CPU_V7 will enable iWMMXt extensions on Dove. Signed-off-by: Sebastian Hesselbarth Acked-by: Jason Cooper Acked-by: Andrew Lunn --- Note: This patch is rebased on v3.9 and patch message has been

[PATCH RESEND] ARM: dove: fix Dove cpu type from V7 to PJ4

2013-04-29 Thread Sebastian Hesselbarth
The CPU used in Marvell Dove SoCs is a PJ4 Sheeva core. Using CONFIG_CPU_PJ4 instead of CONFIG_CPU_V7 will enable iWMMXt extensions on Dove. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Acked-by: Jason Cooper ja...@lakedaemon.net Acked-by: Andrew Lunn and...@lunn.ch ---