commit | caf74c9cacfd802490dae5d2aa7daf47059240fa | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Dec 03 12:39:45 2015 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 14 14:08:59 2016 +0100 |
tree | 7b700064af4696690a34e5761afc326c8722985b | |
parent | 21ea2fb1fa7567ff22c1bdb4bbcfec58f3d242b2 [diff] |
arm: mvebu: Don't disable cache at startup on Armada XP at all This patch leaces the cache configuration untouched for the AXP in the setup done by the BootROM. Resulting in the cache still being enabled at the startup of U-Boot. This leads to a slightly faster boot to the U-Boot prompt (or Linux of course). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>