summaryrefslogtreecommitdiff
path: root/bootloader/tpj1022.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/tpj1022.c')
-rw-r--r--bootloader/tpj1022.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c
index 159dcc63cd..30adb6ba4e 100644
--- a/bootloader/tpj1022.c
+++ b/bootloader/tpj1022.c
@@ -31,6 +31,7 @@
31#include "kernel.h" 31#include "kernel.h"
32#include "thread.h" 32#include "thread.h"
33#include "storage.h" 33#include "storage.h"
34#include "file_internal.h"
34#include "fat.h" 35#include "fat.h"
35#include "disk.h" 36#include "disk.h"
36#include "font.h" 37#include "font.h"
@@ -56,7 +57,7 @@ void* main(void)
56 57
57 i=storage_init(); 58 i=storage_init();
58 59
59 disk_init(); 60 filesystem_init();
60 rc = disk_mount_all(); 61 rc = disk_mount_all();
61 62
62#if 0 63#if 0