aboutsummaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt6795
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-04-07 13:04:24 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-04-24 19:19:06 +0900
commita926a9f60aa94a034b0a06eed296996363245d30 (patch)
treed61c866d0a58353746c0515f0139cdc811b99361 /plat/mediatek/mt6795
parentb9f7b57d3a14e629af43bebc531763a923032239 (diff)
downloadplatform_external_arm-trusted-firmware-a926a9f60aa94a034b0a06eed296996363245d30.tar.gz
platform_external_arm-trusted-firmware-a926a9f60aa94a034b0a06eed296996363245d30.tar.bz2
platform_external_arm-trusted-firmware-a926a9f60aa94a034b0a06eed296996363245d30.zip
linker_script: move stacks section to bl_common.ld.h
The stacks section is the same for all BL linker scripts. Move it to the common header file. Change-Id: Ibd253488667ab4f69702d56ff9e9929376704f6c Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'plat/mediatek/mt6795')
-rw-r--r--plat/mediatek/mt6795/bl31.ld.S7
1 files changed, 1 insertions, 6 deletions
diff --git a/plat/mediatek/mt6795/bl31.ld.S b/plat/mediatek/mt6795/bl31.ld.S
index b061b91ce..91ca87cb6 100644
--- a/plat/mediatek/mt6795/bl31.ld.S
+++ b/plat/mediatek/mt6795/bl31.ld.S
@@ -74,12 +74,7 @@ SECTIONS
ASSERT(. <= BL31_PROGBITS_LIMIT, "BL3-1 progbits has exceeded its limit.")
#endif
- stacks (NOLOAD) : {
- __STACKS_START__ = .;
- *(tzfw_normal_stacks)
- __STACKS_END__ = .;
- } >RAM
-
+ STACK_SECTION >RAM
BSS_SECTION >RAM
__RW_END__ = __BSS_END__;