From 59ef49564f214f5031cf7e6c67290dac6354fb69 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Thu, 23 Apr 2020 18:01:24 +0200 Subject: Remove obsolete line from firmware/sections.lds Signed-off-by: Claire Wolf --- firmware/sections.lds | 1 - 1 file changed, 1 deletion(-) 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 } -- cgit