diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/chessbox/archos.lds | 2 | ||||
| -rw-r--r-- | apps/plugins/rockboy/archos.lds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/chessbox/archos.lds b/apps/plugins/chessbox/archos.lds index 1f2a9c5..a419fce 100644 --- a/apps/plugins/chessbox/archos.lds +++ b/apps/plugins/chessbox/archos.lds @@ -20,7 +20,7 @@ SECTIONS { .header : { _plugin_start_addr = .; - *(.header) + KEEP(*(.header)) } > OVERLAY_RAM .text : { diff --git a/apps/plugins/rockboy/archos.lds b/apps/plugins/rockboy/archos.lds index 1946b7a..fcc3e6f 100644 --- a/apps/plugins/rockboy/archos.lds +++ b/apps/plugins/rockboy/archos.lds @@ -20,7 +20,7 @@ SECTIONS { .header : { _plugin_start_addr = .; - *(.header) + KEEP(*(.header)) } > OVERLAY_RAM .text : { |