summaryrefslogtreecommitdiffstats
path: root/target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-17 22:16:28 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-17 22:16:28 +0000
commit11aecf7bfdb789eab2a5e5a36a3172a250158501 (patch)
tree981a17cf8a33a4f9088c64dfa14f42a6e9c7f748 /target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in
parent54a10cd62697ff67ad261902837907da6aa49b37 (diff)
Remove this target since rb-2.6 will build both rb532 and adm5120 later on
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in')
-rw-r--r--target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in b/target/linux/rb1xx-2.6/image/lzma-loader/src/decompress.lds.in
deleted file mode 100644
index 33f56f8a0..000000000
--- a/target/linux/rb1xx-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 = .;
-}