X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/68a04af57e99fa518f1904d017e2bef54a64352d..52adbf7967796f274a446e09e6edddddbe66e4ea:/target/linux/adm5120-2.6/image/lzma-loader/src/decompress.lds.in diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/decompress.lds.in b/target/linux/adm5120-2.6/image/lzma-loader/src/decompress.lds.in index 33f56f8a0..e69de29bb 100644 --- a/target/linux/adm5120-2.6/image/lzma-loader/src/decompress.lds.in +++ b/target/linux/adm5120-2.6/image/lzma-loader/src/decompress.lds.in @@ -1,20 +0,0 @@ -OUTPUT_ARCH(mips) -ENTRY(entry) -SECTIONS { - . = BZ_TEXT_START; - .text : { - *(.text.entry) - *(.text) - *(.rodata) - } - - .data : { - *(.data) - } - - .bss : { - *(.bss) - } - - workspace = .; -}