Skip to content

Commit 7375498

Browse files
author
Wayne Ren
committed
library: secureshiled: make sure background container configuration
linked add instructions to make sure background container configuration will be linked. (MWDT may optimize it) Signed-off-by: Wayne Ren <[email protected]>
1 parent 7c9f5d0 commit 7375498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/secureshield/export/src/wrapper.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ secureshield_config:
6767
/* start and end address of list of pointers to containers configuration tables */
6868
.long __secureshield_cfgtbl_ptr_start
6969
.long __secureshield_cfgtbl_ptr_end
70+
/* the following code is used to gurantee background_container_xxx will be linked */
71+
.long background_container_ptr
7072

7173
.section .ram.secureshield.secure, "aw", @nobits
7274
.space SECURESHIELD_SECURE_RAM_USAGE

0 commit comments

Comments
 (0)