mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Ingenic Jz4740: enable IRAM (only core, without ibss)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21331 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0181bc42c9
commit
2fb6396f5a
3 changed files with 15 additions and 34 deletions
|
|
@ -147,18 +147,6 @@ _bss_loop:
|
|||
sw zero, 0(t0)
|
||||
bne t0, t1, _bss_loop
|
||||
addiu t0, 4
|
||||
|
||||
/*
|
||||
----------------------------------------------------
|
||||
Clear IBSS section
|
||||
----------------------------------------------------
|
||||
*/
|
||||
la t0, _iedata
|
||||
la t1, _iend
|
||||
_ibss_loop:
|
||||
sw zero, 0(t0)
|
||||
bne t0, t1, _ibss_loop
|
||||
addiu t0, 4
|
||||
|
||||
/*
|
||||
----------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue