summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index 17ba509a6c..d2cf10eb21 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -30,6 +30,7 @@
30#include "lcd.h" 30#include "lcd.h"
31#include "../kernel-internal.h" 31#include "../kernel-internal.h"
32#include "storage.h" 32#include "storage.h"
33#include "file_internal.h"
33#include "fat.h" 34#include "fat.h"
34#include "disk.h" 35#include "disk.h"
35#include "font.h" 36#include "font.h"
@@ -162,6 +163,8 @@ void* main(void)
162 error(EATA, rc, true); 163 error(EATA, rc, true);
163 } 164 }
164 165
166 filesystem_init();
167
165 printf("mount"); 168 printf("mount");
166 rc = disk_mount_all(); 169 rc = disk_mount_all();
167 if (rc<=0) 170 if (rc<=0)