summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index c4ff879778..e01cc012ee 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -816,7 +816,6 @@ void DoUserDialog(char* filename)
816 UINT8* pos; 816 UINT8* pos;
817 int memleft; 817 int memleft;
818 UINT32 crc; 818 UINT32 crc;
819 bool show_greet = false;
820 819
821 /* this can only work if Rockbox runs in DRAM, not flash ROM */ 820 /* this can only work if Rockbox runs in DRAM, not flash ROM */
822 if ((UINT8*)rb >= FB && (UINT8*)rb < FB + 4096*1024) /* 4 MB max */ 821 if ((UINT8*)rb >= FB && (UINT8*)rb < FB + 4096*1024) /* 4 MB max */