Searched hist:b7253a14cdc633a606472ec4e5aa4123158e2013 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/arm_fpga/ |
| H A D | fpga_bl31_setup.c | b7253a14cdc633a606472ec4e5aa4123158e2013 Thu Mar 23 11:43:22 UTC 2023 Andre Przywara <andre.przywara@arm.com> 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>
|