]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(fpga): include missing header file
authorAndre Przywara <andre.przywara@arm.com>
Thu, 23 Mar 2023 11:43:22 +0000 (11:43 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 23 Mar 2023 13:25:41 +0000 (13:25 +0000)
commitb7253a14cdc633a606472ec4e5aa4123158e2013
treed259a1bb5abd5366575836746d9b120236f5d55b
parentea2c04d0374e643bba44ff33d95fbfe1c52d9f66
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 <andre.przywara@arm.com>
plat/arm/board/arm_fpga/fpga_bl31_setup.c