commit | 436c66b32af66bb35eaf47146f74dc592a2add4e | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Wed Jan 17 21:03:20 2024 +0100 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Wed Jan 17 21:03:20 2024 +0100 |
tree | a02891084db84e8dd7502dff76ea1fdad482c76c | |
parent | a28fac0bce51327bc7600db38bbe85bb32f24036 [diff] | |
parent | d2e1f6a8811e52505556f7b91156499d82488751 [diff] |
Merge "fix(ti): do not stop non-secure timer on world switch" into integration
diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk index 23efa31..8db732c 100644 --- a/plat/ti/k3/common/plat_common.mk +++ b/plat/ti/k3/common/plat_common.mk
@@ -28,6 +28,8 @@ CRASH_REPORTING := 1 +NS_TIMER_SWITCH := 0 + # Split out RO data into a non-executable section SEPARATE_CODE_AND_RODATA := 1