Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos
[openwrt-10.03/.git] / target / linux / adm5120-2.6 / image / lzma-loader / src / loader.lds.in
index 8c1bb9bd6a2af1a833e12e79112d3b1020b0cfaf..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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 = .;
-}