summaryrefslogtreecommitdiff
path: root/bootloader/mrobe500.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/mrobe500.c')
-rw-r--r--bootloader/mrobe500.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c
index 0b9ffb6281..08ba6f2acd 100644
--- a/bootloader/mrobe500.c
+++ b/bootloader/mrobe500.c
@@ -26,6 +26,7 @@
26#include "lcd.h" 26#include "lcd.h"
27#include "../kernel-internal.h" 27#include "../kernel-internal.h"
28#include "storage.h" 28#include "storage.h"
29#include "file_internal.h"
29#include "fat.h" 30#include "fat.h"
30#include "disk.h" 31#include "disk.h"
31#include "font.h" 32#include "font.h"
@@ -123,8 +124,8 @@ void main(void)
123 error(EATA, rc, true); 124 error(EATA, rc, true);
124 } 125 }
125 126
126 printf("disk"); 127 printf("filesystem");
127 disk_init(); 128 filesystem_init();
128 129
129 printf("mount"); 130 printf("mount");
130 rc = disk_mount_all(); 131 rc = disk_mount_all();