From ad0f614a1b805255cfe9cea9a563b5a434d8770a Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Thu, 23 May 2024 13:28:38 +0200 Subject: [PATCH] Reduce PULPissimo memory size to default --- kernel/chips/pulpissimo/link.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/chips/pulpissimo/link.ld b/kernel/chips/pulpissimo/link.ld index 013d96b..9453149 100644 --- a/kernel/chips/pulpissimo/link.ld +++ b/kernel/chips/pulpissimo/link.ld @@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv) ENTRY( _start ) MEMORY { - L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc + L2 : ORIGIN = 0x1c000004, LENGTH = 0x0004fffc } /*