mirror of
https://github.com/brain-hackers/lab
synced 2026-03-11 21:54:18 +09:00
Add PW-x1 direct FB draw application
This commit is contained in:
14
x1/samplefb/linker.ld
Normal file
14
x1/samplefb/linker.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
||||
"elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(main)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.text 0x90000000:
|
||||
{
|
||||
*(.text.init)
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user