Revert "linker: allow SoC to insert linker script fragments"

This reverts commit 2fed930f4e.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-10-14 09:41:05 -04:00
commit 1d0136ef3b
7 changed files with 0 additions and 113 deletions

View file

@ -107,10 +107,6 @@ SECTIONS {
*(".rodata.*")
*(.gnu.linkonce.r.*)
#ifdef CONFIG_SOC_RODATA_LD
#include <soc-rodata.ld>
#endif
#ifdef CONFIG_CUSTOM_RODATA_LD
/* Located in project source directory */
#include <custom-rodata.ld>
@ -232,10 +228,6 @@ SECTIONS {
KERNEL_INPUT_SECTION(".noinit.*")
*(".kernel_noinit.*")
#ifdef CONFIG_SOC_NOINIT_LD
#include <soc-noinit.ld>
#endif
} GROUP_LINK_IN(RAMABLE_REGION)
SECTION_DATA_PROLOGUE(_DATA_SECTION_NAME,,) {
@ -246,10 +238,6 @@ SECTIONS {
KERNEL_INPUT_SECTION(".data.*")
*(".kernel.*")
#ifdef CONFIG_SOC_RWDATA_LD
#include <soc-rwdata.ld>
#endif
#ifdef CONFIG_CUSTOM_RWDATA_LD
/* Located in project source directory */
#include <custom-rwdata.ld>