arch: arm: aarch64: linker.ld: Remove redundant text section offset
This commit removes the redundant text section offset specification in the AArch64 linker script. The text section offset is already specified by the `text_section_offset.ld`, which is included by `arch/common/CMakeLists.txt`. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
e934825719
commit
71362ddf5d
1 changed files with 0 additions and 2 deletions
|
@ -117,8 +117,6 @@ SECTIONS
|
|||
SECTION_PROLOGUE(_TEXT_SECTION_NAME,,)
|
||||
{
|
||||
|
||||
. = CONFIG_TEXT_SECTION_OFFSET;
|
||||
|
||||
#if defined(CONFIG_SW_VECTOR_RELAY)
|
||||
KEEP(*(.vector_relay_table))
|
||||
KEEP(*(".vector_relay_table.*"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue