summaryrefslogtreecommitdiff
path: root/bootloader/imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/imx233.c')
-rw-r--r--bootloader/imx233.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index d2562d0676..76fdf884da 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -35,6 +35,7 @@
35#include "rb-loader.h" 35#include "rb-loader.h"
36#include "loader_strerror.h" 36#include "loader_strerror.h"
37#include "storage.h" 37#include "storage.h"
38#include "file_internal.h"
38#include "disk.h" 39#include "disk.h"
39#include "panic.h" 40#include "panic.h"
40#include "power.h" 41#include "power.h"
@@ -171,7 +172,7 @@ void main(uint32_t arg, uint32_t addr)
171 if(ret < 0) 172 if(ret < 0)
172 error(EATA, ret, true); 173 error(EATA, ret, true);
173 174
174 disk_init_subsystem(); 175 filesystem_init();
175 176
176 /* NOTE: disk_mount_all to fail since we can do USB after. 177 /* NOTE: disk_mount_all to fail since we can do USB after.
177 * We need this order to determine the correct logical sector size */ 178 * We need this order to determine the correct logical sector size */