aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/addr-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-kirkwood/addr-map.c')
-rw-r--r--arch/arm/mach-kirkwood/addr-map.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/addr-map.c b/arch/arm/mach-kirkwood/addr-map.c
index 935392f7e13..e9a7180863d 100644
--- a/arch/arm/mach-kirkwood/addr-map.c
+++ b/arch/arm/mach-kirkwood/addr-map.c
@@ -35,8 +35,6 @@
35#define ATTR_PCIE1_MEM 0xd8 35#define ATTR_PCIE1_MEM 0xd8
36#define ATTR_SRAM 0x01 36#define ATTR_SRAM 0x01
37 37
38struct mbus_dram_target_info kirkwood_mbus_dram_info;
39
40/* 38/*
41 * Description of the windows needed by the platform code 39 * Description of the windows needed by the platform code
42 */ 40 */
@@ -88,6 +86,5 @@ void __init kirkwood_setup_cpu_mbus(void)
88 /* 86 /*
89 * Setup MBUS dram target info. 87 * Setup MBUS dram target info.
90 */ 88 */
91 orion_setup_cpu_mbus_target(&addr_map_cfg, &kirkwood_mbus_dram_info, 89 orion_setup_cpu_mbus_target(&addr_map_cfg, DDR_WINDOW_CPU_BASE);
92 DDR_WINDOW_CPU_BASE);
93} 90}