[U-Boot] [PATCH] ARM: kirkwood: remove obsolete call to icache_enable

Stefan Roese sr at denx.de
Tue Mar 19 15:06:03 UTC 2019


On 19.03.19 15:50, Leigh Brown wrote:
> Commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache routines to
> common file") changed cache setup for Kirkwood such that icache_enable()
> is now called from enable_caches() which is called from initr_caches()
> which is in the list of functions in init_sequence_r[] prior to
> arch_misc_init().  This means the call to icache_enable() in
> arch_misc_init() is no longer required, so remove it.
> 
> Signed-off-by: Leigh Brown <leigh at solinno.co.uk>

Reviewed-by: Stefan Roese <sr at denx.de>

I'll push this patch with my next updates in a few days into mainline.

Thanks,
Stefan


More information about the U-Boot mailing list