4 OUTPUT_FORMAT(elf32-sh)
8 DRAM : ORIGIN = 0x09000000, LENGTH = (2 * 0x100000) - 0x8000
9 IRAM : ORIGIN = 0x0f000000, LENGTH = 0x1000
10 FLASH : ORIGIN = 0x02000000 + ROM_START, LENGTH = 256K - ROM_START
19 .data : AT ( _datacopy )
24 . = _datastart + 0x200;
28 . = ALIGN(0x10); /* Maintain proper alignment for .text section */
31 /* TRICK ALERT! Newer versions of the linker don't allow output sections
32 to overlap even if one of them is empty, so advance the location pointer
34 .text LOADADDR(.data) + SIZEOF(.data) :
49 .iram 0xf000000 : AT ( _iramcopy )
79 .mp3end (0x09000000 + (2 * 0x100000) - 0x8000):
84 .plugin (0x09000000 + (2 * 0x100000) - 0x8000):