4 OUTPUT_FORMAT(elf32-littlearm)
6 STARTUP(target/arm/crt0-pp-bl.o)
8 #define DRAMSIZE (MEMORYSIZE * 0x100000)
11 #define DRAMORIG 0x10f00000
13 #define DRAMORIG 0x10000000
17 #define IRAMORIG 0x40000000
19 #define IRAMSIZE 0x20000
20 #define FLASHORIG 0x001f0000
25 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
26 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
63 /* The bss section is too large for IRAM - we just move it 16MB into the
67 .bss . + (16*1024*1024) (NOLOAD) : {