commit | 60772433dd42987f3b965188d9577150084b8956 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Jul 12 00:45:56 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jul 18 14:23:25 2020 +0200 |
tree | c170a4737477d2b296d802438444e724dafe9ece | |
parent | b55e07e5656c6838a14453705e90189908ad7d92 [diff] |
mips: refactor disabling of caches Logically this code belongs to cache_init.S. If a complex SoC needs to replace the generic cache init, mips_cache_disable() can now be called from custom start.S files. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>