From 08944ed54ad4ea46d66e2fba2f9c032c074f8eee Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 Jun 2010 20:41:49 +0000 Subject: add back the base-files/image code from brcm-2.4 to brcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21945 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm47xx/image/lzma-loader/src/loader.lds.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in (limited to 'target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in') diff --git a/target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in b/target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in new file mode 100644 index 000000000..20f2ea98e --- /dev/null +++ b/target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in @@ -0,0 +1,17 @@ +OUTPUT_ARCH(mips) +ENTRY(startup) +SECTIONS { + . = TEXT_START; + .text : { + *(.text) + *(.rodata) + } + + .data : { + *(.data) + } + + .bss : { + *(.bss) + } +} -- cgit v1.2.3