[PATCH 1/2] ARM: OMAP2+: L2 cache: use macro instead of const number
Sekhar Nori
nsekhar at ti.com
Fri Mar 28 04:35:28 EDT 2014
From: Afzal Mohammed <afzal at ti.com>
Its better to use the available macro than 0x1.
No functional change.
Signed-off-by: Afzal Mohammed <afzal at ti.com>
Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
This series applies to latest of linux-next/master
arch/arm/mach-omap2/omap4-common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index 95e171a..8f18460 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -219,7 +219,7 @@ static int __init omap_l2_cache_init(void)
omap_smc1(0x109, aux_ctrl);
/* Enable PL310 L2 Cache controller */
- omap_smc1(0x102, 0x1);
+ omap_smc1(0x102, L2X0_CTRL_EN);
if (of_have_populated_dt())
l2x0_of_init(aux_ctrl, L2X0_AUX_CTRL_MASK);
--
1.7.10.1
More information about the linux-arm-kernel
mailing list