1
0
Fork 0
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:
Daniel Ankers 2006-12-10 15:53:26 +00:00
parent cb51abb77c
commit f28a15f949

View file

@ -79,9 +79,6 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
: : "a"(dest)
);
#elif (CONFIG_CPU==PP5020) || (CONFIG_CPU==PP5024)
for(i = length; i < length; i++)
*localdest++ = *source++;
/* Flush cache */
outl(inl(0xf000f044) | 0x2, 0xf000f044);
while ((inl(0x6000c000) & 0x8000) != 0) {}