Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Oct 7, 2023
1 parent 82399f1 commit c29ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nxp/rt1020-evk-make-baremetal-builtin/link_ram.ld
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ENTRY(Reset_Handler);
MEMORY {
itcram(rx) : ORIGIN = 0x00000000, LENGTH = 64k
dtcram(rw) : ORIGIN = 0x20000000, LENGTH = 64k
ocram(rw) : ORIGIN = 0x20200000, LENGTH = 128k # This is cached !
ocram(rw) : ORIGIN = 0x20200000, LENGTH = 128k /* This is cached */
}
__StackTop = ORIGIN(dtcram) + LENGTH(dtcram);

Expand Down

0 comments on commit c29ee76

Please sign in to comment.