Fix linker script

This commit is contained in:
Imbus 2024-04-05 17:10:35 +02:00
parent 279fc9b754
commit 1712787e01

View file

@ -6,7 +6,7 @@ MEMORY {
SECTIONS {
.text : {
*(.text)
} > SRAM
} > DRAM
.data : {
*(.data)
} > DRAM AT > SRAM