Initial commit
This commit is contained in:
10
target/linux/brcm63xx/image/lzma-loader/src/loader2.lds
Normal file
10
target/linux/brcm63xx/image/lzma-loader/src/loader2.lds
Normal file
@@ -0,0 +1,10 @@
|
||||
OUTPUT_ARCH(mips)
|
||||
SECTIONS {
|
||||
.text : {
|
||||
startup = .;
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user