summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-08-24 11:03:50 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-10-01 01:59:34 +0200
commitcefd764222ee0d030b90e594f84eddeac7b9b423 (patch)
treefef8ad5ad3b2b3ebcfff2bda118c1b602101b358 /README
parent1f8836396de8215b7f460616926052b32597bb29 (diff)
downloadtalos-obmc-uboot-cefd764222ee0d030b90e594f84eddeac7b9b423.tar.gz
talos-obmc-uboot-cefd764222ee0d030b90e594f84eddeac7b9b423.zip
arm: mvebu: Fix internal register config on A38x
Currently booting on A38x is broken. As the current code tries to detect the SoC family to disable the MMU for the A38x at runtime. But before the internal registers are switched to the new location (0xf100.0000), this runtime detection does not work. As all macros / defines are already assigned to the new location at 0xf100.0000. But the registers are sill mapped to the default location at 0xd000.0000. This patch now makes sure, no such runtime detection is used before the internal registers are configured to the new location. After this, the remaining cache cleanup is executed. Signed-off-by: Stefan Roese <sr@denx.de> Reported-by: Kevin Smith <kevin.smith@elecsyscorp.com> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud