From 858b658d39ee627da66d1296e7b623604adee556 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 6 Jul 2018 12:54:03 +0000 Subject: Makefile optimizations, adjusted some scatter files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12129 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/common/startup/ARMCAx-TZ') diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld index 5a35f87f2..bc2ca659d 100644 --- a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld +++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld @@ -111,7 +111,7 @@ SECTIONS _etext = .; _textdata = _etext; - .stacks : + .stacks (NOLOAD) : { . = ALIGN(8); __stacks_base__ = .; @@ -132,7 +132,7 @@ SECTIONS PROVIDE(_edata = .); } > DATA_RAM AT > flash - .bss : ALIGN(4) + .bss (NOLOAD) : ALIGN(4) { . = ALIGN(4); PROVIDE(_bss_start = .); -- cgit v1.2.3