Add comment from memmap

This commit is contained in:
gil 2024-05-15 23:17:35 -05:00
parent 13fb110417
commit 2b80cb9a9b

View file

@ -14,7 +14,7 @@ PHDRS {
}
SECTIONS {
. = ORIGIN(ram); # start at 0x8000_0000
. = ORIGIN(ram); # start at 0x8000_0000 (DRAM)
.text : { # put code first
*(.text.init) # start with anything in the .text.init section