Fixing linker entry point
This commit is contained in:
parent
1712787e01
commit
8024135f25
1 changed files with 1 additions and 0 deletions
1
link.ld
1
link.ld
|
@ -5,6 +5,7 @@ MEMORY {
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
.text : {
|
.text : {
|
||||||
|
main.o(.text.*)
|
||||||
*(.text)
|
*(.text)
|
||||||
} > DRAM
|
} > DRAM
|
||||||
.data : {
|
.data : {
|
||||||
|
|
Loading…
Reference in a new issue