4 OUTPUT_FORMAT(elf32-littlearm)
6 STARTUP(target/arm/crt0-pp-bl.o)
8 #define DRAMSIZE (MEMORYSIZE * 0x100000)
10 #define DRAMORIG 0x10000000
12 #define IRAMORIG 0x40000000
14 #define IRAMSIZE 0x20000
15 #define FLASHORIG 0x001f0000
20 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
21 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
54 /* The bss section is too large for IRAM - we just move it 16MB into the
58 .bss . + (16*1024*1024) : {