From 52adbf7967796f274a446e09e6edddddbe66e4ea Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Apr 2007 17:14:23 +0000 Subject: Entry point is now configurable via a Makefile variable. Entry point is detected automatically (Gabor Juhos) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6841 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../image/lzma-loader/src/decompress.lds.in | 20 -------------------- 1 file changed, 20 deletions(-) (limited to '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 = .; -} -- cgit v1.2.3