linker: Remove deprecated Kconfig options related to linker scripts
Remove Kconfig, linker script, and related bits associated with CUSTOM_RODATA_LD, CUSTOM_RWDATA_LD, CUSTOM_SECTIONS_LD, SOC_NOINIT_LD, SOC_RODATA_LD, and SOC_RWDATA_LD options that have been deprecated since Zephyr 2.2. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
428799295d
commit
9ca541a504
13 changed files with 0 additions and 234 deletions
|
@ -228,10 +228,6 @@ SECTIONS
|
|||
|
||||
GROUP_END(RAM)
|
||||
|
||||
#ifdef CONFIG_CUSTOM_SECTIONS_LD
|
||||
/* Located in project source directory */
|
||||
#include <custom-sections.ld>
|
||||
#endif
|
||||
/* Located in generated directory. This file is populated by the
|
||||
* zephyr_linker_sources() Cmake function.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue