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
|
@ -376,13 +376,6 @@ if(NOT EXISTS ${LINKER_SCRIPT})
|
|||
message(FATAL_ERROR "Could not find linker script: '${LINKER_SCRIPT}'. Corrupted configuration?")
|
||||
endif()
|
||||
|
||||
# Custom section support in linker scripts requires that the application source
|
||||
# directory is in the preprocessor search path, in order to find the custom
|
||||
# linker script fragments.
|
||||
if(CONFIG_CUSTOM_RODATA_LD OR CONFIG_CUSTOM_RWDATA_LD OR CONFIG_CUSTOM_SECTIONS_LD)
|
||||
zephyr_include_directories(${APPLICATION_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
configure_file(version.h.in ${PROJECT_BINARY_DIR}/include/generated/version.h)
|
||||
|
||||
# Error-out when the deprecated naming convention is found (until
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue