forked from len0rd/rockbox
Remove useless code from rolo.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11708 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb51abb77c
commit
f28a15f949
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
|
||||||
: : "a"(dest)
|
: : "a"(dest)
|
||||||
);
|
);
|
||||||
#elif (CONFIG_CPU==PP5020) || (CONFIG_CPU==PP5024)
|
#elif (CONFIG_CPU==PP5020) || (CONFIG_CPU==PP5024)
|
||||||
for(i = length; i < length; i++)
|
|
||||||
*localdest++ = *source++;
|
|
||||||
|
|
||||||
/* Flush cache */
|
/* Flush cache */
|
||||||
outl(inl(0xf000f044) | 0x2, 0xf000f044);
|
outl(inl(0xf000f044) | 0x2, 0xf000f044);
|
||||||
while ((inl(0x6000c000) & 0x8000) != 0) {}
|
while ((inl(0x6000c000) & 0x8000) != 0) {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue