]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:02 +0000 (13:49 +0200)
commite6062324da90657edb6d315489b4eb12345d6142
tree5706004b42d3116536d4d6d7a1dae06a05b3b143
parent5b3997223900c4d32fa803e57745895c370d11ab
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