From 45de393f94f4ec0809e9f68c84bb56160b8ce208 Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Fri, 6 Oct 2023 16:24:45 +0200 Subject: [PATCH] Set cluster base address properly. --- include/archi/chips/carfield-cluster/memory_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/archi/chips/carfield-cluster/memory_map.h b/include/archi/chips/carfield-cluster/memory_map.h index 24df05a..f2fad10 100644 --- a/include/archi/chips/carfield-cluster/memory_map.h +++ b/include/archi/chips/carfield-cluster/memory_map.h @@ -78,7 +78,7 @@ * CLUSTER */ -#define ARCHI_CLUSTER_ADDR 0x00000000 +#define ARCHI_CLUSTER_ADDR 0x50000000 #define ARCHI_CLUSTER_SIZE 0x00400000 #define ARCHI_CLUSTER_GLOBAL_ADDR(cid) (0x50000000 + (cid)*ARCHI_CLUSTER_SIZE)