summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat.c')
-rw-r--r--bootloader/gigabeat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c
index 52f55a5cdd..4d52407655 100644
--- a/bootloader/gigabeat.c
+++ b/bootloader/gigabeat.c
@@ -30,6 +30,7 @@
30#include "../kernel-internal.h" 30#include "../kernel-internal.h"
31#include "storage.h" 31#include "storage.h"
32#include "fat.h" 32#include "fat.h"
33#include "file_internal.h"
33#include "disk.h" 34#include "disk.h"
34#include "font.h" 35#include "font.h"
35#include "adc.h" 36#include "adc.h"
@@ -185,7 +186,7 @@ void main(void)
185 error(EATA, rc, true); 186 error(EATA, rc, true);
186 } 187 }
187 188
188 disk_init(); 189 filesystem_init();
189 190
190 rc = disk_mount_all(); 191 rc = disk_mount_all();
191 if (rc<=0) 192 if (rc<=0)