mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
imx233/bootloader: fix comment about disk init
Change-Id: I44a676237564490771a1ed2c81e9434fc6c6f74d
This commit is contained in:
parent
e21d8f59da
commit
efc591e42d
1 changed files with 2 additions and 2 deletions
|
|
@ -174,10 +174,10 @@ void main(uint32_t arg, uint32_t addr)
|
|||
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 */
|
||||
disk_init_subsystem();
|
||||
|
||||
/* NOTE: disk_mount_all to fail since we can do USB after.
|
||||
* We need this order to determine the correct logical sector size */
|
||||
if((ret = disk_mount_all()) <= 0)
|
||||
error(EDISK, ret, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue