Add comment from memmap
This commit is contained in:
parent
13fb110417
commit
2b80cb9a9b
|
@ -14,7 +14,7 @@ PHDRS {
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = ORIGIN(ram); # start at 0x8000_0000
|
. = ORIGIN(ram); # start at 0x8000_0000 (DRAM)
|
||||||
|
|
||||||
.text : { # put code first
|
.text : { # put code first
|
||||||
*(.text.init) # start with anything in the .text.init section
|
*(.text.init) # start with anything in the .text.init section
|
||||||
|
|
Loading…
Reference in a new issue