commit | 433bb97b0849ff38c5b594888582584896a91e79 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Jul 03 09:55:16 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Wed Jul 10 13:47:55 2024 +0000 |
tree | 73445e1ecd3fdae98797de86a7956f09d7ddf684 | |
parent | 56a77c6ef33b7c64b63eff943e151c36980f4211 [diff] |
fix(arm): remove critical handoff code from assert Fix BL31 crashes caused by incorrect placement of firmware handoff code within an assert. The function call has been removed from the assert to ensure it’s executed even when assertions are disabled. Change-Id: I668f5c08af33327e8ff0e22887c3da109bd6be31 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>