diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-orion5x/addr-map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/addr-map.c b/arch/arm/mach-orion5x/addr-map.c index 5ffbac9e1570..267e9f960a54 100644 --- a/arch/arm/mach-orion5x/addr-map.c +++ b/arch/arm/mach-orion5x/addr-map.c | |||
@@ -155,8 +155,8 @@ void __init orion5x_setup_cpu_mbus_bridge(void) | |||
155 | w = &orion5x_mbus_dram_info.cs[cs++]; | 155 | w = &orion5x_mbus_dram_info.cs[cs++]; |
156 | w->cs_index = i; | 156 | w->cs_index = i; |
157 | w->mbus_attr = 0xf & ~(1 << i); | 157 | w->mbus_attr = 0xf & ~(1 << i); |
158 | w->base = base & 0xff000000; | 158 | w->base = base & 0xffff0000; |
159 | w->size = (size | 0x00ffffff) + 1; | 159 | w->size = (size | 0x0000ffff) + 1; |
160 | } | 160 | } |
161 | } | 161 | } |
162 | orion5x_mbus_dram_info.num_cs = cs; | 162 | orion5x_mbus_dram_info.num_cs = cs; |