commit | 382ba743a81c9b61d2ab794a22e37af0ac6128fe | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Apr 07 15:46:39 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Apr 10 11:05:08 2025 +0100 |
tree | 56f584963ac4ddd9f72574826ca5277baae13cc7 | |
parent | e3108fad211ebf134adc40e3df8b3d18a109df56 [diff] |
fix(psci): initialise variables When building with LTO, GCC is uncomfortable that these variables are uninitialised and complains that they may be used before they are initialised. Set them to 0 as there are plenty of asserts to make sure these branches cannot be taken. Change-Id: Ic1f05e77252e93bdafab033dcb24ad42856ebf9a Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>