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, 2 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 24488e5934..d280e39243 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -129,9 +129,10 @@ static void rolo_error(const char *text)
129 lcd_scroll_stop(); 129 lcd_scroll_stop();
130} 130}
131 131
132#if CONFIG_CPU == IMX31L || CONFIG_CPU == RK27XX 132#if CONFIG_CPU == IMX31L || CONFIG_CPU == RK27XX || CONFIG_CPU == X1000
133/* this is in firmware/target/arm/imx31/rolo_restart.c for IMX31 */ 133/* this is in firmware/target/arm/imx31/rolo_restart.c for IMX31 */
134/* this is in firmware/target/arm/rk27xx/rolo_restart.c for rk27xx */ 134/* this is in firmware/target/arm/rk27xx/rolo_restart.c for rk27xx */
135/* this is in firmware/target/mips/ingenic_x1000/boot-x1000.c for X1000 */
135extern void rolo_restart(const unsigned char* source, unsigned char* dest, 136extern void rolo_restart(const unsigned char* source, unsigned char* dest,
136 int length); 137 int length);
137#else 138#else