ramips: select kmod-rt2800-soc by default (if available)
[openwrt.git] / target / linux / ramips / image / lzma-loader / src / loader2.lds
1 OUTPUT_ARCH(mips)
2 SECTIONS {
3         .text : {
4                 startup = .;
5                 *(.text)
6                 *(.text.*)
7                 *(.data)
8                 *(.data.*)
9         }
10 }