Home
last modified time | relevance | path

Searched hist:"706 c2c70ced316aee8fd8727ceefffc9e69ebae0" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dkern.ld.S706c2c70ced316aee8fd8727ceefffc9e69ebae0 Fri Sep 28 08:09:48 UTC 2018 Sumit Garg <sumit.garg@linaro.org> thread: fix stack space to not be part of tee.bin

Commit 935364080364 ("thread: move stacks to separate sections") makes
stack space to be part of tee.bin which leads to approx. 130K increase
in size of tee.bin for platform with 2 threads.
So this patch fixes the stack space to be in NOLOAD section only.

Fixes: 935364080364 ("thread: move stacks to separate sections")
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>