From: Andre Przywara Date: Thu, 23 Mar 2023 11:43:22 +0000 (+0000) Subject: fix(fpga): include missing header file X-Git-Tag: baikal/aarch64/sdk5.10~1^2~136^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=b7253a14cdc633a606472ec4e5aa4123158e2013;p=arm-tf.git fix(fpga): include missing header file Since transitioning over FEAT_SPE to the new feature checking scheme, we make use of the new is_feat_spe_supported() function in the Arm FPGA platform code. However this missed to include the header file, so the build broke. Add the arch_features.h header to make arm_fpga compile again. Change-Id: I5c8feecfcc6fb5845a6671842850df1943086a58 Signed-off-by: Andre Przywara --- diff --git a/plat/arm/board/arm_fpga/fpga_bl31_setup.c b/plat/arm/board/arm_fpga/fpga_bl31_setup.c index 5cc1e7645..1a38f25de 100644 --- a/plat/arm/board/arm_fpga/fpga_bl31_setup.c +++ b/plat/arm/board/arm_fpga/fpga_bl31_setup.c @@ -7,6 +7,7 @@ #include #include +#include #include #include #include