1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 09:31:51 +02:00
openwrt-xburst/target/linux/brcm-2.4/image/lzma-loader/src/loader.lds.in

18 lines
151 B
Plaintext
Raw Normal View History

OUTPUT_ARCH(mips)
ENTRY(startup)
SECTIONS {
. = TEXT_START;
.text : {
*(.text)
*(.rodata)
}
.data : {
*(.data)
}
.bss : {
*(.bss)
}
}