diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/imx233.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c index b0ca0c3..548bb36 100644 --- a/bootloader/imx233.c +++ b/bootloader/imx233.c @@ -138,6 +138,8 @@ void main(uint32_t arg) if(ret < 0) error(EATA, ret, true); + /* NOTE: allow disk_init and disk_mount_all to fail since we can do USB after. + * We need this order to determine the correct logical sector size */ while(!disk_init(IF_MV(0))) printf("disk_init failed!"); |