summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rolo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 6bf9681727..6f7bae90c9 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -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) {}