Skip to content
Snippets Groups Projects
Commit 7ea8325b authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://www.denx.de/git/u-boot-mips

parents 4604f552 49387dba
No related branches found
No related tags found
No related merge requests found
...@@ -240,14 +240,16 @@ NESTED(mips_cache_reset, 0, ra) ...@@ -240,14 +240,16 @@ NESTED(mips_cache_reset, 0, ra)
*/ */
move a1, t2 move a1, t2
move a2, t4 move a2, t4
bal mips_init_icache PTR_LA t7, mips_init_icache
jalr t7
/* /*
* then initialize D-cache. * then initialize D-cache.
*/ */
move a1, t3 move a1, t3
move a2, t5 move a2, t5
bal mips_init_dcache PTR_LA t7, mips_init_dcache
jalr t7
jr RA jr RA
END(mips_cache_reset) END(mips_cache_reset)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment