arm: linker: remove unused linker sections

We don't use __scs or __scp anymore so we can remove the related linker
script and various defines and such associated with them.

Change-Id: Ibbbe27c23a3f2b816b992dfdeb4f80cf798e0d40
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-27 13:07:17 -05:00
commit ed70ea7108
3 changed files with 0 additions and 31 deletions

View file

@ -45,8 +45,6 @@
/* Architecture-specific sections */
#if defined(CONFIG_ARM)
#define SCS_SECTION scs
#define SCP_SECTION scp
#define KINETIS_FLASH_CONFIG kinetis_flash_config
#endif