From a3c2c77017d22940786a302fa0f4b580d7990c30 Mon Sep 17 00:00:00 2001 From: Angelo Garofalo Date: Tue, 24 Oct 2023 10:58:39 +0200 Subject: [PATCH] increase L1 size in ld --- kernel/chips/pulp/link.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/chips/pulp/link.ld b/kernel/chips/pulp/link.ld index 27c2397..64a5a22 100644 --- a/kernel/chips/pulp/link.ld +++ b/kernel/chips/pulp/link.ld @@ -4,7 +4,7 @@ ENTRY( _start ) MEMORY { L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc - L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fffc + L1 : ORIGIN = 0x10000004, LENGTH = 0x0007fffc } /*