Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d15d109 authored by Marc Gauthier's avatar Marc Gauthier Committed by Chris Zankel
Browse files

[XTENSA] Add missing RELOCATE_ENTRY for debug vector



We also need to relocate the debug vector if in RAM.

Signed-off-by: default avatarMarc Gauthier <marc@tensilica.com>
parent de6b0345
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -163,6 +163,8 @@ SECTIONS
		   .DoubleExceptionVector.literal);
    RELOCATE_ENTRY(_DoubleExceptionVector_text,
		   .DoubleExceptionVector.text);
    RELOCATE_ENTRY(_DebugInterruptVector_text,
		   .DebugInterruptVector.text);
  
    __boot_reloc_table_end = ABSOLUTE(.) ;
  }