Skip to content
Commit 7a89e56d authored by Bohdan Hunko's avatar Bohdan Hunko Committed by Antonio De Angelis
Browse files

Platform: Don't overlay TFM_SHARED_DATA and ARM_LIB_STACK



ARM_LIB_STACK may grow large enough to overwrite TFM_SHARED_DATA before
TFM_SHARED_DATA is read by partitions during partitions init process.
Thus, don't overlay these two linker regions to avoid this problem.

This is not a problem for GCC and IAR as they don't overlay the two
regions.

Signed-off-by: default avatarBohdan Hunko <Bohdan.Hunko@infineon.com>
Change-Id: I24df1ca84a3d65c60685bc1b239bd57e9a24b1b4
parent e5b6cd3a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment