summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/imx233.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index 75834c3757..6f07d1f1c9 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -176,8 +176,7 @@ void main(uint32_t arg, uint32_t addr)
176 176
177 /* NOTE: allow disk_init and disk_mount_all to fail since we can do USB after. 177 /* NOTE: allow disk_init and disk_mount_all to fail since we can do USB after.
178 * We need this order to determine the correct logical sector size */ 178 * We need this order to determine the correct logical sector size */
179 while(!disk_init(IF_MV(0))) 179 disk_init_subsystem();
180 printf("disk_init failed!");
181 180
182 if((ret = disk_mount_all()) <= 0) 181 if((ret = disk_mount_all()) <= 0)
183 error(EDISK, ret, false); 182 error(EDISK, ret, false);