Fix linker script
This commit is contained in:
parent
279fc9b754
commit
1712787e01
1 changed files with 1 additions and 1 deletions
2
link.ld
2
link.ld
|
@ -6,7 +6,7 @@ MEMORY {
|
|||
SECTIONS {
|
||||
.text : {
|
||||
*(.text)
|
||||
} > SRAM
|
||||
} > DRAM
|
||||
.data : {
|
||||
*(.data)
|
||||
} > DRAM AT > SRAM
|
||||
|
|
Loading…
Reference in a new issue