diff mbox

ARM: bcm281xx: Turn on L2 cache.

Message ID 1371683718-15026-1-git-send-email-markus.mayer@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Markus Mayer June 19, 2013, 11:15 p.m. UTC
Turning on the L2 cache for the bcm281xx family.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
---
 arch/arm/mach-bcm/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Christian Daudt July 4, 2013, 4:26 p.m. UTC | #1
On 13-06-19 04:15 PM, Markus Mayer wrote:
> Turning on the L2 cache for the bcm281xx family.
>
> Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
> Acked-by: Christian Daudt <csd@broadcom.com>
> ---
>   arch/arm/mach-bcm/Kconfig |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index f112895..69d67f7 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -12,6 +12,7 @@ config ARCH_BCM
>   	select GPIO_BCM
>   	select SPARSE_IRQ
>   	select TICK_ONESHOT
> +	select CACHE_L2X0
>   	help
>   	  This enables support for system based on Broadcom SoCs.
>   	  It currently supports the 'BCM281XX' family, which includes
applied.
  thanks,
    csd
diff mbox

Patch

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index f112895..69d67f7 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -12,6 +12,7 @@  config ARCH_BCM
 	select GPIO_BCM
 	select SPARSE_IRQ
 	select TICK_ONESHOT
+	select CACHE_L2X0
 	help
 	  This enables support for system based on Broadcom SoCs.
 	  It currently supports the 'BCM281XX' family, which includes