diff options
Diffstat (limited to 'target/linux/ramips/image/relocate/loader.lds')
-rw-r--r-- | target/linux/ramips/image/relocate/loader.lds | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ramips/image/relocate/loader.lds b/target/linux/ramips/image/relocate/loader.lds deleted file mode 100644 index 98ca209303..0000000000 --- a/target/linux/ramips/image/relocate/loader.lds +++ /dev/null @@ -1,16 +0,0 @@ -OUTPUT_ARCH(mips) -SECTIONS { - .text : { - _code_start = .; - *(.text) - *(.text.*) - *(.rodata) - *(.rodata.*) - *(.data) - *(.data.*) - } - - . = ALIGN(32); - - _code_end = .; -} |