summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/boot.lds')
-rw-r--r--firmware/target/arm/as3525/boot.lds6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds
index a98763e8f6..9c6d6faf11 100644
--- a/firmware/target/arm/as3525/boot.lds
+++ b/firmware/target/arm/as3525/boot.lds
@@ -6,17 +6,11 @@ OUTPUT_FORMAT(elf32-littlearm)
6OUTPUT_ARCH(arm) 6OUTPUT_ARCH(arm)
7STARTUP(target/arm/crt0.o) 7STARTUP(target/arm/crt0.o)
8 8
9/*
10No need for DRAM in our bootloader
11#define DRAMSIZE (MEMORYSIZE * 0x100000) - TTB_SIZE
12#define DRAMORIG 0x30000000
13*/
14#define IRAMORIG 0x81000000 9#define IRAMORIG 0x81000000
15#define IRAMSIZE 0x50000 10#define IRAMSIZE 0x50000
16 11
17MEMORY 12MEMORY
18{ 13{
19 /*DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE*/
20 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE 14 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
21} 15}
22 16