updates ram start location

This commit is contained in:
Florian Kriebel 2025-03-07 11:54:30 +01:00
parent 428d3ac285
commit b6ce43f57a

View File

@ -43,7 +43,7 @@
#include "ehrenberg/devices/fki_cluster_info.h" #include "ehrenberg/devices/fki_cluster_info.h"
#define XIP_START_LOC 0xE0040000 #define XIP_START_LOC 0xE0040000
#define RAM_START_LOC 0x80000000 #define RAM_START_LOC 0xC0000000
// Misc // Misc