diff options
Diffstat (limited to 'arch/arm/mach-dove/addr-map.c')
-rw-r--r-- | arch/arm/mach-dove/addr-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/addr-map.c b/arch/arm/mach-dove/addr-map.c index b92c9c7d1d6e..2a06c0163418 100644 --- a/arch/arm/mach-dove/addr-map.c +++ b/arch/arm/mach-dove/addr-map.c | |||
@@ -47,7 +47,7 @@ static inline void __iomem *ddr_map_sc(int i) | |||
47 | static struct __initdata orion_addr_map_cfg addr_map_cfg = { | 47 | static struct __initdata orion_addr_map_cfg addr_map_cfg = { |
48 | .num_wins = 8, | 48 | .num_wins = 8, |
49 | .remappable_wins = 4, | 49 | .remappable_wins = 4, |
50 | .bridge_virt_base = (unsigned long) BRIDGE_VIRT_BASE, | 50 | .bridge_virt_base = BRIDGE_VIRT_BASE, |
51 | }; | 51 | }; |
52 | 52 | ||
53 | static const struct __initdata orion_addr_map_info addr_map_info[] = { | 53 | static const struct __initdata orion_addr_map_info addr_map_info[] = { |