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