aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index eff8a96c75ee..5346529e8bcc 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -615,7 +615,7 @@ static void __init ag5evm_init(void)
615 615
616#ifdef CONFIG_CACHE_L2X0 616#ifdef CONFIG_CACHE_L2X0
617 /* Shared attribute override enable, 64K*8way */ 617 /* Shared attribute override enable, 64K*8way */
618 l2x0_init(__io(0xf0100000), 0x00460000, 0xc2000fff); 618 l2x0_init(IOMEM(0xf0100000), 0x00460000, 0xc2000fff);
619#endif 619#endif
620 sh73a0_add_standard_devices(); 620 sh73a0_add_standard_devices();
621 platform_add_devices(ag5evm_devices, ARRAY_SIZE(ag5evm_devices)); 621 platform_add_devices(ag5evm_devices, ARRAY_SIZE(ag5evm_devices));