summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 5cc4f1d212..f4db832b2b 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -219,7 +219,6 @@ extern unsigned long loadaddress;
219 * Filename must be a fully defined filename including the path and extension 219 * Filename must be a fully defined filename including the path and extension
220 * 220 *
221 ***************************************************************************/ 221 ***************************************************************************/
222#if defined(CPU_COLDFIRE) || defined(CPU_ARM) || defined(CPU_MIPS)
223int rolo_load(const char* filename) 222int rolo_load(const char* filename)
224{ 223{
225 unsigned char* ramstart = (void*)&loadaddress; 224 unsigned char* ramstart = (void*)&loadaddress;
@@ -323,7 +322,7 @@ int rolo_load(const char* filename)
323 /* never reached */ 322 /* never reached */
324 return 0; 323 return 0;
325} 324}
326#endif /* CPU_COLDFIRE | CPU_ARM | CPU_MIPS */ 325
327#else /* !defined(IRIVER_IFP7XX_SERIES) */ 326#else /* !defined(IRIVER_IFP7XX_SERIES) */
328int rolo_load(const char* filename) 327int rolo_load(const char* filename)
329{ 328{