mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
This commit is contained in:
commit
7ea8325b41
1 changed files with 4 additions and 2 deletions
|
@ -240,14 +240,16 @@ NESTED(mips_cache_reset, 0, ra)
|
|||
*/
|
||||
move a1, t2
|
||||
move a2, t4
|
||||
bal mips_init_icache
|
||||
PTR_LA t7, mips_init_icache
|
||||
jalr t7
|
||||
|
||||
/*
|
||||
* then initialize D-cache.
|
||||
*/
|
||||
move a1, t3
|
||||
move a2, t5
|
||||
bal mips_init_dcache
|
||||
PTR_LA t7, mips_init_dcache
|
||||
jalr t7
|
||||
|
||||
jr RA
|
||||
END(mips_cache_reset)
|
||||
|
|
Loading…
Add table
Reference in a new issue