From 12603cc0fbbfd50d11d764c2f91c3ae182a20d65 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 30 May 2007 10:35:27 +0000 Subject: Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../image/lzma-loader/src/loader.lds.in | 27 ---------------------- 1 file changed, 27 deletions(-) (limited to 'target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds.in') diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds.in b/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds.in index 8c1bb9bd6..e69de29bb 100644 --- a/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds.in +++ b/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds.in @@ -1,27 +0,0 @@ -OUTPUT_ARCH(mips) -SECTIONS { - .text : { - _code_start = .; - *(.text) - *(.text.*) - *(.rodata) - *(.rodata.*) - _code_end = .; - } - - .data : { - *(.data) - *(.data.*) - } - - .bss : { - *(.bss) - *(.bss.*) - } - - . = ALIGN(16); - . = . + 8192; - _stack = .; - - workspace = .; -} -- cgit v1.2.3