From b6ce43f57a32faa0785c0a62237438371b441f4d Mon Sep 17 00:00:00 2001 From: Florian Kriebel Date: Fri, 7 Mar 2025 11:54:30 +0100 Subject: [PATCH] updates ram start location --- env/ehrenberg/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/ehrenberg/platform.h b/env/ehrenberg/platform.h index e22538c..8beb4ac 100644 --- a/env/ehrenberg/platform.h +++ b/env/ehrenberg/platform.h @@ -43,7 +43,7 @@ #include "ehrenberg/devices/fki_cluster_info.h" #define XIP_START_LOC 0xE0040000 -#define RAM_START_LOC 0x80000000 +#define RAM_START_LOC 0xC0000000 // Misc