mirror of https://github.com/YosysHQ/picorv32.git
Remove obsolete line from firmware/sections.lds
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
parent
25c58766c3
commit
59ef49564f
|
@ -10,7 +10,6 @@ means.
|
||||||
MEMORY {
|
MEMORY {
|
||||||
/* the memory in the testbench is 128k in size;
|
/* the memory in the testbench is 128k in size;
|
||||||
* set LENGTH=96k and leave at least 32k for stack */
|
* set LENGTH=96k and leave at least 32k for stack */
|
||||||
mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
|
|
||||||
mem : ORIGIN = 0x00000000, LENGTH = 0x00018000
|
mem : ORIGIN = 0x00000000, LENGTH = 0x00018000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue