aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2020-04-23 18:01:24 +0200
committerClaire Wolf <claire@symbioticeda.com>2020-04-23 18:01:24 +0200
commit59ef49564f214f5031cf7e6c67290dac6354fb69 (patch)
tree773f8f042ae69a3ecd0ad192d2f135e338cf973e
parent25c58766c38a38264711804552194112ebf23f35 (diff)
downloadpicorv32-59ef49564f214f5031cf7e6c67290dac6354fb69.tar.gz
picorv32-59ef49564f214f5031cf7e6c67290dac6354fb69.zip
Remove obsolete line from firmware/sections.lds
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
-rw-r--r--firmware/sections.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/sections.lds b/firmware/sections.lds
index 645ce43..f914b46 100644
--- a/firmware/sections.lds
+++ b/firmware/sections.lds
@@ -10,7 +10,6 @@ means.
MEMORY {
/* the memory in the testbench is 128k in size;
* set LENGTH=96k and leave at least 32k for stack */
- mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
mem : ORIGIN = 0x00000000, LENGTH = 0x00018000
}