diff options
Diffstat (limited to 'target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in')
-rw-r--r-- | target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in b/target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in deleted file mode 100644 index 33f56f8a0..000000000 --- a/target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in +++ /dev/null @@ -1,20 +0,0 @@ -OUTPUT_ARCH(mips) -ENTRY(entry) -SECTIONS { - . = BZ_TEXT_START; - .text : { - *(.text.entry) - *(.text) - *(.rodata) - } - - .data : { - *(.data) - } - - .bss : { - *(.bss) - } - - workspace = .; -} |