Skip to content

Commit d1de115

Browse files
committed
bugfix mb9bf566k ram1 in linkerscript
1 parent 3e11772 commit d1de115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/chip/mb9bf566k/linkerscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MEMORY
2121
ram (rwx) : org = 0x1ff80000, len = 32k
2222

2323
/* Note the following ranges are not on the I or D code bus */
24-
ram1 (rwx) : org = 0x20000000, len = 16k
24+
ram1 (rwx) : org = 0x2003c000, len = 16k
2525
ram2 (rwx) : org = 0x20040000, len = 16k
2626
rom1 (rx) : org = 0x200C0000, len = 32k
2727
}

0 commit comments

Comments
 (0)