From c3c4dfb57beebd26c0534698b8687c2c7c94e1f5 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 28 Nov 2006 20:14:41 +0000 Subject: move target/image/platform to target/linux/platform/image platform directories are now self contained SVN-Revision: 5669 --- .../brcm-2.6/image/lzma-loader/src/decompress.lds.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in (limited to 'target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in') 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 new file mode 100644 index 0000000000..33f56f8a09 --- /dev/null +++ b/target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in @@ -0,0 +1,20 @@ +OUTPUT_ARCH(mips) +ENTRY(entry) +SECTIONS { + . = BZ_TEXT_START; + .text : { + *(.text.entry) + *(.text) + *(.rodata) + } + + .data : { + *(.data) + } + + .bss : { + *(.bss) + } + + workspace = .; +} -- cgit v1.2.3