1 OUTPUT_FORMAT(elf32-sh)
3 #define DRAMORIG 0x09000000
4 #define DRAMSIZE (MEMORYSIZE * 0x00100000)
5 #define IRAMORIG 0x0f000000
6 #define IRAMSIZE 0x00001000
10 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
11 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
19 _dramend = . + DRAMSIZE;
46 .iram IRAMORIG : AT ( _iramcopy )