summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/archos.lds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/archos.lds')
-rwxr-xr-xapps/plugins/rockboy/archos.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/archos.lds b/apps/plugins/rockboy/archos.lds
index 55db1e2e30..24f4f1d4eb 100755
--- a/apps/plugins/rockboy/archos.lds
+++ b/apps/plugins/rockboy/archos.lds
@@ -19,7 +19,7 @@ MEMORY
19SECTIONS 19SECTIONS
20{ 20{
21 .header : { 21 .header : {
22 _ovl_start_addr = .; 22 _plugin_start_addr = .;
23 *(.header) 23 *(.header)
24 } > OVERLAY_RAM 24 } > OVERLAY_RAM
25 25
@@ -42,6 +42,6 @@ SECTIONS
42 *(.bss) 42 *(.bss)
43 *(COMMON) 43 *(COMMON)
44 . = ALIGN(0x4); 44 . = ALIGN(0x4);
45 _ovl_end_addr = .; 45 _plugin_end_addr = .;
46 } > OVERLAY_RAM 46 } > OVERLAY_RAM
47} 47}