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
.text :
{
- KEEP(*(.entry))
*(.text*)
#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
*(.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
} > OVERLAY_RAM
.text : {
- *(.entry)
*(.text)
} > OVERLAY_RAM