arm-trusted-firmware/include/bl31
Marco Felsch 6e08cffcd2 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
2022-09-21 17:54:57 +02:00
..
bl31.h feat(rme): add ENABLE_RME build option and support for RMM image 2021-10-05 11:49:59 -05:00
ea_handle.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
ehf.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
interrupt_mgmt.h fix(bl31): fix validate_el3_interrupt_rm preprocessor usage 2022-09-21 17:54:57 +02:00