Entry point is now configurable via a Makefile variable. Entry point is detected...
[openwrt-10.03/.git] / target / linux / adm5120-2.6 / image / lzma-loader / src / decompress.lds.in
index 33f56f8a0934fe830bc9e006a5d50f159b09b6b7..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,20 +0,0 @@
-OUTPUT_ARCH(mips)
-ENTRY(entry)
-SECTIONS {
-       . = BZ_TEXT_START;
-       .text : {
-               *(.text.entry)
-               *(.text)
-               *(.rodata)
-       }
-
-       .data : {
-               *(.data)
-       }
-
-       .bss : {
-               *(.bss)
-       }
-
-       workspace = .;
-}