commit | fb13a2325898ba765262b55b631d16e4077ae854 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Wed Sep 21 17:37:01 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Wed Sep 21 17:54:57 2022 +0200 |
tree | 9839c504ecc84944d1617c91110f27441777f699 | |
parent | a07f0d2ef30506e1082ae2573b3d3a3bf4bf3b3e [diff] |
fix(bl31): fix validate_el3_interrupt_rm preprocessor usage Fix the "#if defined(FOO)" usage introduced by commit 7c2fe62f1 ("fix(bl31): allow use of EHF with S-EL2 SPMC") since the defines are always passed as -DFOO=0 or as -DFOO=1. The "#if defined(FOO)" will now always be true which is wrong. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: I84fb144debc9899727a1fc021acdd59b4a6f0171