diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-09-05 18:32:40 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-09-05 18:32:40 +0000 |
| commit | 333b9ed2c330bb005456444de0eb16ad422496fa (patch) | |
| tree | 4d5718001f69101b3c8db6cdc81d64b4b4676b27 /bootloader | |
| parent | 205254097249034a7cab46413cdda0152adc4578 (diff) | |
| download | rockbox-333b9ed2c330bb005456444de0eb16ad422496fa.zip rockbox-333b9ed2c330bb005456444de0eb16ad422496fa.tar.gz rockbox-333b9ed2c330bb005456444de0eb16ad422496fa.tar.bz2 rockbox-333b9ed2c330bb005456444de0eb16ad422496fa.tar.xz | |
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
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!"); |