diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/addr-map.c')
-rw-r--r-- | arch/arm/mach-kirkwood/addr-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/addr-map.c b/arch/arm/mach-kirkwood/addr-map.c index e9a7180863d9..1b8c75c529dc 100644 --- a/arch/arm/mach-kirkwood/addr-map.c +++ b/arch/arm/mach-kirkwood/addr-map.c | |||
@@ -41,7 +41,7 @@ | |||
41 | static struct __initdata orion_addr_map_cfg addr_map_cfg = { | 41 | static struct __initdata orion_addr_map_cfg addr_map_cfg = { |
42 | .num_wins = 8, | 42 | .num_wins = 8, |
43 | .remappable_wins = 4, | 43 | .remappable_wins = 4, |
44 | .bridge_virt_base = BRIDGE_VIRT_BASE, | 44 | .bridge_virt_base = (unsigned long) BRIDGE_VIRT_BASE, |
45 | }; | 45 | }; |
46 | 46 | ||
47 | static const struct __initdata orion_addr_map_info addr_map_info[] = { | 47 | static const struct __initdata orion_addr_map_info addr_map_info[] = { |