|
@@ -166,8 +166,6 @@ SECTIONS
|
|
RELOCATE_ENTRY(_DebugInterruptVector_text,
|
|
RELOCATE_ENTRY(_DebugInterruptVector_text,
|
|
.DebugInterruptVector.text);
|
|
.DebugInterruptVector.text);
|
|
#if defined(CONFIG_SMP)
|
|
#if defined(CONFIG_SMP)
|
|
- RELOCATE_ENTRY(_SecondaryResetVector_literal,
|
|
|
|
- .SecondaryResetVector.literal);
|
|
|
|
RELOCATE_ENTRY(_SecondaryResetVector_text,
|
|
RELOCATE_ENTRY(_SecondaryResetVector_text,
|
|
.SecondaryResetVector.text);
|
|
.SecondaryResetVector.text);
|
|
#endif
|
|
#endif
|
|
@@ -282,17 +280,11 @@ SECTIONS
|
|
|
|
|
|
#if defined(CONFIG_SMP)
|
|
#if defined(CONFIG_SMP)
|
|
|
|
|
|
- SECTION_VECTOR (_SecondaryResetVector_literal,
|
|
|
|
- .SecondaryResetVector.literal,
|
|
|
|
- RESET_VECTOR1_VADDR - 4,
|
|
|
|
- SIZEOF(.DoubleExceptionVector.text),
|
|
|
|
- .DoubleExceptionVector.text)
|
|
|
|
-
|
|
|
|
SECTION_VECTOR (_SecondaryResetVector_text,
|
|
SECTION_VECTOR (_SecondaryResetVector_text,
|
|
.SecondaryResetVector.text,
|
|
.SecondaryResetVector.text,
|
|
RESET_VECTOR1_VADDR,
|
|
RESET_VECTOR1_VADDR,
|
|
- 4,
|
|
|
|
- .SecondaryResetVector.literal)
|
|
|
|
|
|
+ SIZEOF(.DoubleExceptionVector.text),
|
|
|
|
+ .DoubleExceptionVector.text)
|
|
|
|
|
|
. = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);
|
|
. = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);
|
|
|
|
|