From b22740e70d95791ba321ab1df9559acd05593d02 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Fri, 4 Jul 2025 21:07:49 -0400 Subject: [PATCH] Add _stack_addr reloc info in config.yml --- config/GAFE01_00/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/GAFE01_00/config.yml b/config/GAFE01_00/config.yml index 4b6271ae..804841cc 100644 --- a/config/GAFE01_00/config.yml +++ b/config/GAFE01_00/config.yml @@ -21,6 +21,12 @@ block_relocations: add_relocations: # OS.c +- source: .init:0x80003278 + type: hi + target: _stack_addr +- source: .init:0x8000327C + type: l + target: _stack_addr - source: .text:0x80078984 type: ha target: __ArenaLo