soc: Port usage of soc-*.ld to use Cmake
Mark the feature as deprecated Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
901c0a1cfd
commit
5bebf2ae5c
7 changed files with 30 additions and 30 deletions
|
@ -40,6 +40,7 @@ if ARC || ARM || X86 || NIOS2 || RISCV32
|
|||
config SOC_NOINIT_LD
|
||||
bool
|
||||
help
|
||||
Note: This is deprecated, use Cmake function zephyr_linker_sources() instead.
|
||||
Include an SoC specific linker script fragment named soc-noinit.ld
|
||||
for inserting additional data and linker directives into
|
||||
the noinit section.
|
||||
|
@ -50,6 +51,7 @@ config SOC_NOINIT_LD
|
|||
config SOC_RODATA_LD
|
||||
bool
|
||||
help
|
||||
Note: This is deprecated, use Cmake function zephyr_linker_sources() instead.
|
||||
Include an SoC specific linker script fragment named soc-rodata.ld
|
||||
for inserting additional data and linker directives into
|
||||
the rodata section.
|
||||
|
@ -60,6 +62,7 @@ config SOC_RODATA_LD
|
|||
config SOC_RWDATA_LD
|
||||
bool
|
||||
help
|
||||
Note: This is deprecated, use Cmake function zephyr_linker_sources() instead.
|
||||
Include an SoC specific linker script fragment named soc-rwdata.ld
|
||||
for inserting additional data and linker directives into
|
||||
the data section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue