summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/hwstub.lds
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/hwstub.lds')
-rw-r--r--utils/hwstub/stub/hwstub.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/hwstub.lds b/utils/hwstub/stub/hwstub.lds
index 61504a3e75..549e4ab96c 100644
--- a/utils/hwstub/stub/hwstub.lds
+++ b/utils/hwstub/stub/hwstub.lds
@@ -36,11 +36,13 @@ SECTIONS
36{ 36{
37 .octext : 37 .octext :
38 { 38 {
39 _copystart = .;
39 oc_codestart = .; 40 oc_codestart = .;
40 *(.text*) 41 *(.text*)
41 *(.icode*) 42 *(.icode*)
42 *(.data*) 43 *(.data*)
43 *(.rodata*) 44 *(.rodata*)
45 _copyend = .;
44 } > OCRAM 46 } > OCRAM
45 47
46 .bss (NOLOAD) : 48 .bss (NOLOAD) :