We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e247345 commit 2f441ceCopy full SHA for 2f441ce
memory-k210.x
@@ -2,10 +2,8 @@ _max_hart_id = 1;
2
3
MEMORY
4
{
5
- /* Workaround for the pcrel issue, as described here:
6
- https://github.com/rust-embedded/riscv-rt/issues/25#issuecomment-491518168 */
7
- SRAM : ORIGIN = 0xffffffff80000000, LENGTH = 6M
8
- AI_SRAM : ORIGIN = 0xffffffff80600000, LENGTH = 2M
+ SRAM : ORIGIN = 0x80000000, LENGTH = 6M
+ AI_SRAM : ORIGIN = 0x80600000, LENGTH = 2M
9
SRAM_NOCACHE : ORIGIN = 0x40000000, LENGTH = 6M
10
AI_SRAM_NOCACHE : ORIGIN = 0x40600000, LENGTH = 2M
11
}
0 commit comments