commit | 73acffe626636ee79bef4ad913e371878aa0f6b8 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Apr 24 10:49:11 2015 +0200 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Thu Jul 23 10:37:36 2015 +0200 |
tree | 7417358a090a511edc740c233d9bfa534422822d | |
parent | d7f2c129eab1eb69b0161007bda4b7b5df3f860c [diff] |
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>