diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9g-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g-reference.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index 598e32488410..85873f186d77 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c | |||
@@ -36,8 +36,8 @@ static void __init kzm_init(void) | |||
36 | sh73a0_add_standard_devices_dt(); | 36 | sh73a0_add_standard_devices_dt(); |
37 | 37 | ||
38 | #ifdef CONFIG_CACHE_L2X0 | 38 | #ifdef CONFIG_CACHE_L2X0 |
39 | /* Early BRESP enable, Shared attribute override enable, 64K*8way */ | 39 | /* Shared attribute override enable, 64K*8way */ |
40 | l2x0_init(IOMEM(0xf0100000), 0x40460000, 0x82000fff); | 40 | l2x0_init(IOMEM(0xf0100000), 0x00460000, 0xc2000fff); |
41 | #endif | 41 | #endif |
42 | } | 42 | } |
43 | 43 | ||