1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 05:36:20 +03:00
openwrt-xburst/target/linux/brcm47xx/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)
}
}