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>
This commit is contained in:
parent
42a25255d2
commit
34ca7347a2
1 changed files with 0 additions and 7 deletions
|
@ -4,13 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief Linker command/script file
|
||||
*
|
||||
* Linker script for the Cortex-M platforms.
|
||||
*/
|
||||
|
||||
#include <zephyr/linker/sections.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue