From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 28 Jul 2015 09:42:53 -0600 Subject: [U-Boot] [PATCH 2/3] ARM: tegra: Use standard cache enable for 64-bit In-Reply-To: References: <1438019126-3498-1-git-send-email-swarren@wwwdotorg.org> <1438019126-3498-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <55B7A2FD.80500@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/28/2015 09:33 AM, Simon Glass wrote: > Hi, > > On 27 July 2015 at 11:45, Stephen Warren wrote: >> From: Thierry Reding >> >> On 64-bit SoCs the I-cache isn't enabled in early code, so the default >> cache enable functions for 64-bit ARM can be used. >> >> Signed-off-by: Thierry Reding >> Signed-off-by: Tom Warren >> Signed-off-by: Stephen Warren >> --- >> arch/arm/mach-tegra/board.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Does this mean that U-Boot starts slowly? I haven't noticed it being slow:-)