]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: kirkwood: remove obsolete call to icache_enable
authorLeigh Brown <leigh@solinno.co.uk>
Tue, 19 Mar 2019 14:50:09 +0000 (14:50 +0000)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
commit9cd1113750cc79cb3c710af4744870f4abe85d94
treeff0d4abdc440e1dbf70fbf7bc7e3ae7488f4bb45
parenta03b0a7d230ef0739521d9a52fd136199285392a
ARM: kirkwood: remove obsolete call to icache_enable

Commit a54d18a433ea ("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@solinno.co.uk>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-kirkwood/cpu.c