From 3ea7b1bba6476993052f728bdd3d2509065fc7f1 Mon Sep 17 00:00:00 2001 From: Riccardo Tedeschi Date: Wed, 25 Oct 2023 10:26:10 +0200 Subject: [PATCH] Update linker script to reserve first word for startup synch loop --- kernel/chips/pulp_cluster/link.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/chips/pulp_cluster/link.ld b/kernel/chips/pulp_cluster/link.ld index 534bb11..6b37245 100644 --- a/kernel/chips/pulp_cluster/link.ld +++ b/kernel/chips/pulp_cluster/link.ld @@ -4,7 +4,7 @@ ENTRY( _start ) MEMORY { L2 : ORIGIN = 0x1c000000, LENGTH = 0x0007fffc - L1 : ORIGIN = 0x10000000, LENGTH = 0x0000fffc + L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fff8 } /*