From 2b80cb9a9b7112d72f1a9271107d7774c65090ad Mon Sep 17 00:00:00 2001 From: gil Date: Wed, 15 May 2024 23:17:35 -0500 Subject: [PATCH] Add comment from memmap --- src/script.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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