diff --git a/src/script.ld b/src/script.ld index 916ccaf..959dda3 100644 --- a/src/script.ld +++ b/src/script.ld @@ -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