forked from len0rd/rockbox
Use the asm optimised UCL decompressor for the flash bootloader as well. Verified working on Player, Recorder v1, Ondio SP and Ondio FM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18928 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c91d7873c7
commit
e13e318c37
5 changed files with 10 additions and 73 deletions
|
|
@ -2,7 +2,6 @@
|
|||
where the flash ROM is mirrored to address zero */
|
||||
|
||||
OUTPUT_FORMAT(elf32-sh)
|
||||
INPUT(bootloader.o)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
|
@ -29,6 +28,7 @@ SECTIONS
|
|||
{
|
||||
_begin_text = .;
|
||||
*(.text)
|
||||
*(.icode)
|
||||
. = ALIGN(0x4);
|
||||
_end_text = .;
|
||||
} > IRAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue