summaryrefslogtreecommitdiff
path: root/bootloader/mpio_hd200_hd300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/mpio_hd200_hd300.c')
-rw-r--r--bootloader/mpio_hd200_hd300.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/mpio_hd200_hd300.c b/bootloader/mpio_hd200_hd300.c
index a4e13e1f88..e66732f848 100644
--- a/bootloader/mpio_hd200_hd300.c
+++ b/bootloader/mpio_hd200_hd300.c
@@ -29,6 +29,7 @@
29#include "lcd.h" 29#include "lcd.h"
30#include "../kernel-internal.h" 30#include "../kernel-internal.h"
31#include "storage.h" 31#include "storage.h"
32#include "file_internal.h"
32#include "usb.h" 33#include "usb.h"
33#include "disk.h" 34#include "disk.h"
34#include "font.h" 35#include "font.h"
@@ -202,7 +203,7 @@ static void rb_boot(void)
202 if(rc) 203 if(rc)
203 error(EATA, rc, true); 204 error(EATA, rc, true);
204 205
205 disk_init(); 206 filesystem_init();
206 207
207 rc = disk_mount_all(); 208 rc = disk_mount_all();
208 if (rc <= 0) 209 if (rc <= 0)