forked from len0rd/rockbox
imx233/fuze+: fix apps linker script, add comment in bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30436 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2052540972
commit
333b9ed2c3
2 changed files with 18 additions and 4 deletions
|
@ -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!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue