zephyr/include/arch
Stephanos Ioannidis c4cb84140f arch: arm: aarch64: linker.ld: Fix ROM section names
This commit fixes the improper naming of the ROM sections.

1. Rename the first ROM section, which was previously named using the
  `_TEXT_SECTION_NAME` definition, to `rom_start`, as this section does
  not actually represent the text section.

2. Rename the second ROM section, which was previously named
  `_TEXT_SECTION_NAME_2` which supposedly refers to the definition of
  the same name that does not exist, to `_TEXT_SECTION_NAME`. Note that
  this is indeed the section that contains the text section from the
  source image.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-02-12 15:51:58 +01:00
..
arc
arm arch: arm: aarch64: linker.ld: Fix ROM section names 2020-02-12 15:51:58 +01:00
common
nios2
posix
riscv
x86 x86: organize 64-bit ESF 2020-02-08 08:51:43 -05:00
xtensa
arch_inlines.h
cpu.h
syscall.h