zephyr/tests/application_development/code_relocation
Peter Marheine 34ca7347a2 tests: remove incorrect comment from code_relocation for RISCV
This was copied from the ARM version of the test's linker script, which
in turn seems to have been copied from another linker script at some
point. Remove the incorrect comment.

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
2022-10-03 10:09:53 +02:00
..
src includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
CMakeLists.txt arm: rename default RAM region from 'SRAM' to 'RAM' 2022-10-03 10:09:53 +02:00
custom-sections.ld
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
linker_arm_sram2.ld
linker_riscv_qemu_sram2.ld tests: remove incorrect comment from code_relocation for RISCV 2022-10-03 10:09:53 +02:00
prj_riscv.conf arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
prj.conf
README.rst
testcase.yaml arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00

.. _code_relocation:

Code relocation
#################

Overview
********
A simple example that demonstrates how relocation of code, data or bss sections
using a custom linker script.