From 5a063a89f472725bd0e73d22eb2e0733d99dd598 Mon Sep 17 00:00:00 2001 From: Andrea Belano Date: Wed, 13 Nov 2024 17:39:40 +0100 Subject: [PATCH] Fix wrong sync loop address for non-astral chips --- kernel/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/crt0.S b/kernel/crt0.S index d675f0b..afc7d26 100644 --- a/kernel/crt0.S +++ b/kernel/crt0.S @@ -35,7 +35,7 @@ pos_init_entry: #elif PULP_CHIP == CHIP_ASTRAL li t0, 0x5003FFF0 #else - li t0, 0x1003FF0 + li t0, 0x1003FFF0 #endif sw x0, 0(t0) # We check if the offset of the core is zero, so that even if the cluster