diff options
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/cache-l2x0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cache-l2x0.c b/arch/arm/mach-ux500/cache-l2x0.c index 1c1609da76ce..f815efe54c73 100644 --- a/arch/arm/mach-ux500/cache-l2x0.c +++ b/arch/arm/mach-ux500/cache-l2x0.c | |||
@@ -47,8 +47,8 @@ static int __init ux500_l2x0_init(void) | |||
47 | /* Unlock before init */ | 47 | /* Unlock before init */ |
48 | ux500_l2x0_unlock(); | 48 | ux500_l2x0_unlock(); |
49 | 49 | ||
50 | /* DB9540's L2 has 128KB way size */ | 50 | /* DBx540's L2 has 128KB way size */ |
51 | if (cpu_is_u9540()) | 51 | if (cpu_is_ux540_family()) |
52 | /* 128KB way size */ | 52 | /* 128KB way size */ |
53 | aux_val |= (0x4 << L2X0_AUX_CTRL_WAY_SIZE_SHIFT); | 53 | aux_val |= (0x4 << L2X0_AUX_CTRL_WAY_SIZE_SHIFT); |
54 | else | 54 | else |