commit | c2fab2e5407bc4d279fb8cd5ca7097850e8f0f11 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Wed Jul 12 12:55:03 2023 +0200 |
committer | David Hu <david.hu@arm.com> | Mon Jul 17 09:16:06 2023 +0200 |
tree | ee8a1974f224be9842c29835279870b840cec3fc | |
parent | 6f51d0b56c089ea5e8acaaf4e8baace4ef66cac4 [diff] |
platform: nordic_nrf: ifdef out weak fault handlers Default IRQ handlers will usually be overriden as they are weak. But due to the way TF-M links it's binary (doesn't use whole-archive), weak doesn't always work. So we explicitly ifdef out some IRQ handlers that we know will be overridden by non-weak symbols anyway to be safe. Change-Id: Ifd3a67ac2276fa8d7ceec29582f8cec02b7cac54 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>