summaryrefslogtreecommitdiff
path: root/gdb/linker.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linker.cfg')
-rw-r--r--gdb/linker.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linker.cfg b/gdb/linker.cfg
index 46ec779817..af604e0379 100644
--- a/gdb/linker.cfg
+++ b/gdb/linker.cfg
@@ -13,8 +13,8 @@ OUTPUT_FORMAT(elf32-sh)
13MEMORY 13MEMORY
14{ 14{
15 IRAM : ORIGIN = 0, LENGTH = 0x10000 15 IRAM : ORIGIN = 0, LENGTH = 0x10000
16 DRAM : ORIGIN = 0x24000000, LENGTH = 0x6000 16 DRAM : ORIGIN = 0xc00000, LENGTH = 0x6000
17 DRAM_API : ORIGIN = 0x24006000, LENGTH = 0x100 17 DRAM_API : ORIGIN = 0xc06000, LENGTH = 0x100
18} 18}
19 19
20SECTIONS 20SECTIONS