summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h1x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h1x0.c')
-rw-r--r--bootloader/iriver_h1x0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c
index 7f236d4510..742d0dd254 100644
--- a/bootloader/iriver_h1x0.c
+++ b/bootloader/iriver_h1x0.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"
@@ -596,7 +597,7 @@ void main(void)
596 } 597 }
597 598
598 599
599 disk_init(); 600 filesystem_init();
600 601
601 rc = disk_mount_all(); 602 rc = disk_mount_all();
602 if (rc<=0) 603 if (rc<=0)