... but still be compatible with OF..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-09-03 12:47:45 +00:00
parent aefbd6301a
commit f3d5700df7
2 changed files with 6 additions and 1 deletions

View file

@ -49,6 +49,11 @@
.set noreorder .set noreorder
.set noat .set noat
#ifdef BOOTLOADER
.word 0 /* Unknown */
.word 0 /* Filesize */
#endif
_start: _start:
la ra, _start la ra, _start
/* /*

View file

@ -530,7 +530,7 @@ int send_rockbox(usb_dev_handle *dh)
_GET_CPU; _GET_CPU;
_FLUSH; _FLUSH;
_GET_CPU; _GET_CPU;
_STAGE2(0x080004000); _STAGE2(0x080004008);
fprintf(stderr, "[INFO] Done!\n"); fprintf(stderr, "[INFO] Done!\n");
return 0; return 0;
} }