Entry point is now configurable via a Makefile variable. Entry point is detected...
[openwrt.git] / target / linux / adm5120-2.6 / image / lzma-loader / src / decompress.lds.in
index 33f56f8..e69de29 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 = .;
-}
This page took 0.021568 seconds and 4 git commands to generate.