arm: mvebu: Disable MMU before changing register base address
authorStefan Roese <sr@denx.de>
Fri, 24 Apr 2015 08:49:11 +0000 (10:49 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 23 Jul 2015 08:37:36 +0000 (10:37 +0200)
commit9f62b44ec7afabd2eea7d3bde14b6542739be249
tree7417358a090a511edc740c233d9bfa534422822d
parente3cccf9eb2ed6e25d603272719bf0cad5561826c
arm: mvebu: Disable MMU before changing register base address

Only with disabled MMU its possible to switch the base register address on
Armada 38x. Without this the SDRAM located at >= 0x4000.0000 is also not
accessible, as its still locked to cache.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/cpu.c