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 {
|
SECTIONS {
|
||||||
.text : {
|
.text : {
|
||||||
*(.text)
|
*(.text)
|
||||||
} > SRAM
|
} > DRAM
|
||||||
.data : {
|
.data : {
|
||||||
*(.data)
|
*(.data)
|
||||||
} > DRAM AT > SRAM
|
} > DRAM AT > SRAM
|
||||||
|
|
Loading…
Reference in a new issue