diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-10-03 11:58:07 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-11-21 16:49:38 +0100 |
commit | de4901933f6dfc0180f761790d3f47fc64e6270f (patch) | |
tree | a7fbf075b2e83cde6862ba463c7c040f2f59622e /arch/arm/mach-mvebu/Kconfig | |
parent | 344e873e5657e8dc0631e4d1d42b69f7d625b02c (diff) | |
download | op-kernel-dev-de4901933f6dfc0180f761790d3f47fc64e6270f.zip op-kernel-dev-de4901933f6dfc0180f761790d3f47fc64e6270f.tar.gz |
arm: mm: Add support for PJ4B cpu and init routines
PJ4B is an implementation of the ARMv7 (such as the Cortex A9 for
example) released by Marvell. This CPU is currently found in
Armada 370 and Armada XP SoCs. This patch provides a support for the
specific initialization of this CPU.
Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 79299cd..f4c3bf8 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -21,7 +21,7 @@ menu "Marvell SOC with device tree" config MACH_ARMADA_370_XP bool select ARMADA_370_XP_TIMER - select CPU_V7 + select CPU_PJ4B config MACH_ARMADA_370 bool "Marvell Armada 370 boards" |