summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h300.c')
-rw-r--r--bootloader/iriver_h300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/iriver_h300.c b/bootloader/iriver_h300.c
index 362eb947c8..100e660a67 100644
--- a/bootloader/iriver_h300.c
+++ b/bootloader/iriver_h300.c
@@ -31,6 +31,7 @@
31#include "scroll_engine.h" 31#include "scroll_engine.h"
32#include "../kernel-internal.h" 32#include "../kernel-internal.h"
33#include "storage.h" 33#include "storage.h"
34#include "file_internal.h"
34#include "usb.h" 35#include "usb.h"
35#include "disk.h" 36#include "disk.h"
36#include "font.h" 37#include "font.h"
@@ -349,8 +350,7 @@ void main(void)
349 while(!(button_get(true) & BUTTON_REL)); 350 while(!(button_get(true) & BUTTON_REL));
350 } 351 }
351 352
352 353 filesystem_init();
353 disk_init();
354 354
355 rc = disk_mount_all(); 355 rc = disk_mount_all();
356 if (rc<=0) 356 if (rc<=0)