ath79: ubnt-xm: support ath9k firmware loading
[oweals/openwrt.git] / target / linux / ath79 / 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 }