summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds1
-rwxr-xr-xapps/plugins/rockboy/archos.lds1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 875729dead..2988ecd4f8 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -72,7 +72,6 @@ SECTIONS
72 72
73 .text : 73 .text :
74 { 74 {
75 KEEP(*(.entry))
76 *(.text*) 75 *(.text*)
77#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101) 76#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
78 *(.glue_7) 77 *(.glue_7)
diff --git a/apps/plugins/rockboy/archos.lds b/apps/plugins/rockboy/archos.lds
index 24f4f1d4eb..2349f51dfa 100755
--- a/apps/plugins/rockboy/archos.lds
+++ b/apps/plugins/rockboy/archos.lds
@@ -24,7 +24,6 @@ SECTIONS
24 } > OVERLAY_RAM 24 } > OVERLAY_RAM
25 25
26 .text : { 26 .text : {
27 *(.entry)
28 *(.text) 27 *(.text)
29 } > OVERLAY_RAM 28 } > OVERLAY_RAM
30 29